Versions in this module Expand all Collapse all v0 v0.3.2 Feb 26, 2024 v0.3.1 Jan 6, 2023 Changes in this version + type Alert struct + Category string + Signature string + SignatureID int + type Counters struct + MaxPacketSize int + OutOfOrder int + Packets int + Size int + func (c Counters) PPS(interval time.Duration) float64 + type EVE struct + DestIP net.IP + DestPort int + EventType string + FlowID int + SrcIP net.IP + SrcPort int + type Period struct + Beginning time.Time + End time.Time + func (p Period) Delay(target time.Time) time.Duration + func (p Period) Duration() time.Duration + type Rates struct + Duration time.Duration + DurationHuman string + PPS float64