Versions in this module Expand all Collapse all v1 v1.1.0 Feb 2, 2016 Changes in this version + type DecoderStruct struct + func NewDecoder(datalink layers.LinkType, icmp4 icmp.ICMPv4Processor, ...) (*DecoderStruct, error) + func (d *DecoderStruct) AddLayer(layer gopacket.DecodingLayer) + func (d *DecoderStruct) AddLayers(layers []gopacket.DecodingLayer) + func (d *DecoderStruct) DecodePacketData(data []byte, ci *gopacket.CaptureInfo) + func (d *DecoderStruct) SetTruncated() v1.0.1 Dec 17, 2015