models

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Copyright © 2020 Stamus Networks [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alert

type Alert struct {
	Signature   string `json:"signature,omitempty"`
	SignatureID int    `json:"signature_id,omitempty"`
	Category    string `json:"category,omitempty"`
}

type Counters

type Counters struct {
	Packets       int `json:"packets"`
	Size          int `json:"size"`
	MaxPacketSize int `json:"max_packet_size"`
	OutOfOrder    int `json:"out_of_order"`
}

func (Counters) PPS

func (c Counters) PPS(interval time.Duration) float64

type EVE

type EVE struct {
	SrcIP     net.IP `json:"src_ip,omitempty"`
	DestIP    net.IP `json:"dest_ip,omitempty"`
	SrcPort   int    `json:"src_port,omitempty"`
	DestPort  int    `json:"dest_port,omitempty"`
	EventType string `json:"event_type,omitempty"`
	FlowID    int    `json:"flow_id,omitempty"`
}

type Period

type Period struct {
	Beginning time.Time `json:"beginning"`
	End       time.Time `json:"end"`
}

func (Period) Delay

func (p Period) Delay(target time.Time) time.Duration

func (Period) Duration

func (p Period) Duration() time.Duration

type Rates

type Rates struct {
	PPS           float64       `json:"pps"`
	Duration      time.Duration `json:"duration"`
	DurationHuman string        `json:"duration_human"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL