Versions in this module Expand all Collapse all v1 v1.1.1 Feb 11, 2016 v1.1.0 Feb 2, 2016 Changes in this version + type ICMPv4Processor interface + ProcessICMPv4 func(tcphdr *layers.ICMPv4, pkt *protos.Packet) + type ICMPv6Processor interface + ProcessICMPv6 func(tcphdr *layers.ICMPv6, pkt *protos.Packet) + type Icmp struct + func NewIcmp(testMode bool, results publish.Transactions) (*Icmp, error) + func (icmp *Icmp) ProcessICMPv4(icmp4 *layers.ICMPv4, pkt *protos.Packet) + func (icmp *Icmp) ProcessICMPv6(icmp6 *layers.ICMPv6, pkt *protos.Packet)