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 + const FlowTimeout + func ExtractPcapFile(config ExtractPcapConfig) error + type ErrOutOfFiles struct + func (e ErrOutOfFiles) Error() string + type Event struct + AppProto string + CaptureFile string + DestIP IPAddr + DestPort uint16 + Proto string + SrcIP IPAddr + SrcPort uint16 + Timestamp string + Tunnel Tunnel + type ExtractPcapConfig struct + EventPath string + FileFormat string + OutputName string + SkipBpf bool + type FlowPair struct + IP *gopacket.Flow + Transport *gopacket.Flow + type IPAddr struct + func (t *IPAddr) UnmarshalJSON(b []byte) error + type PcapFileList struct + DirName string + FileName string + FileParsing *regexp.Regexp + Files []string + Index int + ThreadIndex int + TimestampIndex int + func NewPcapFileList(dname string, event Event, fileFormat string) *PcapFileList + func (pl *PcapFileList) GetNext() (string, error) + type Tunnel struct + Depth uint8 + DestIP IPAddr + DestPort uint16 + Proto string + SrcIP IPAddr + SrcPort uint16