 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
	// contains filtered or unexported fields
}
    func New ¶
func New( f *flows.Flows, datalink layers.LinkType, icmp4 icmp.ICMPv4Processor, icmp6 icmp.ICMPv6Processor, tcp tcp.Processor, udp udp.Processor, ) (*Decoder, error)
New creates and initializes a new packet decoder.
func (*Decoder) AddLayer ¶
func (d *Decoder) AddLayer(layer gopacket.DecodingLayer)
func (*Decoder) AddLayers ¶
func (d *Decoder) AddLayers(layers []gopacket.DecodingLayer)
func (*Decoder) OnPacket ¶
func (d *Decoder) OnPacket(data []byte, ci *gopacket.CaptureInfo)
       Source Files
      ¶
      Source Files
      ¶
    
- decoder.go
- util.go
 Click to show internal directories. 
   Click to hide internal directories.