Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnObj ¶
type ConnObj struct {
Hits int `bson:"connection_count" json:"connection_count"`
Ports []int `bson:"ports" json:"ports"`
UPorts []int `bson:"uports" json:"uports"`
UPortCt int `bson:"uportcount" json:"uportcount"`
TSS []int64 `bson:"tss" json:"tss"`
Duration []float64 `bson:"duration" json:"duration"`
Src string `bson:"src" json:"src"`
Dst string `bson:"dst" json:"dst"`
}
** Graphing Structures **
type PartObj ¶
type PartObj struct {
Hits int `bson:"connection_count" json:"connection_count"`
Ports []int `bson:"port_set" json:"port_set"`
PortCt int `bson:"port_count" json:"port_count"`
Src string `bson:"src" json:"src"`
Dst string `bson:"dst" json:"dst"`
Conn datatype_Data.ConnObj `bson:"conn_join" json:"conn_join"`
}
type Scan ¶
type Scan struct {
Src string `bson:"src" json:"src"`
Dst string `bson:"dst" json:"dst"`
PortSetCount int `bson:"port_count" json:"port_count"`
PortSet []int `bson:"port_set" json:"port_set"`
}
** Reporting Structure **
Click to show internal directories.
Click to hide internal directories.