Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICMPv4Layer ¶
ICMPv4Layer is a custom layer on top of the layers.ICMPv4 object from gopacket
func (ICMPv4Layer) GetICMPv4Header ¶
func (lay ICMPv4Layer) GetICMPv4Header() *layers.ICMPv4
GetICMPv4Header returns the gopacket's layers.ICMPv4 layer from the custom ICMPv4Layer abstraction
type ICMPv6Layer ¶
ICMPv6Layer is a custom layer on top of the layers.ICMPv6 object from gopacket
func (ICMPv6Layer) GetICMPv6Header ¶
func (lay ICMPv6Layer) GetICMPv6Header() *layers.ICMPv6
GetICMPv6Header returns the gopacket's layers.ICMPv6 layer from the custom ICMPv6Layer abstraction
type IPv4Layer ¶
IPv4Layer is a custom layer on top of the layers.IPv4 object from gopacket
func (IPv4Layer) GetIPv4Header ¶
GetIPv4Header returns the gopacket's layers.IPv4 layer from the custom IPv4Layer abstraction
type IPv6Layer ¶
IPv6Layer is a custom layer on top of the layers.IPv6 object from gopacket
func (IPv6Layer) GetIPv6Header ¶
GetIPv6Header returns the gopacket's layers.IPv6 layer from the custom IPv6Layer abstraction
type TCPLayer ¶
TCPLayer is a custom layer on top of the layers.TCP object from gopacket
func (TCPLayer) GetTCPHeader ¶
GetTCPHeader returns the gopacket's layers.TCP layer from the custom TCPLayer abstraction
type UDPLayer ¶
UDPLayer is a custom layer on top of the layers.UDP object from gopacket
func (UDPLayer) GetUDPHeader ¶
GetUDPHeader returns the gopacket's layers.UDP layer from the custom UDPLayer abstraction