Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecoderStruct ¶
type DecoderStruct struct { Parser *gopacket.DecodingLayerParser // contains filtered or unexported fields }
func NewDecoder ¶
func NewDecoder(datalink layers.LinkType, tcp tcp.Processor, udp udp.Processor) (*DecoderStruct, error)
Creates and returns a new DecoderStruct.
func (*DecoderStruct) DecodePacketData ¶
func (decoder *DecoderStruct) DecodePacketData(data []byte, ci *gopacket.CaptureInfo)
Click to show internal directories.
Click to hide internal directories.