Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PcapNGParser ¶
type PcapNGParser struct {
// contains filtered or unexported fields
}
func NewPcapNGParser ¶
func NewPcapNGParser(reader io.Reader, pcache *metadata.ProcessCache) (*PcapNGParser, error)
type PcapParser ¶ added in v0.5.0
type PcapParser struct {
// contains filtered or unexported fields
}
func NewPcapParser ¶ added in v0.5.0
func NewPcapParser(file *os.File) (*PcapParser, error)
func (*PcapParser) Decoder ¶ added in v0.5.0
func (p *PcapParser) Decoder() gopacket.Decoder
Click to show internal directories.
Click to hide internal directories.