MCPcopy Index your code
hub / github.com/google/gopacket / LayerType

Method LayerType

writer.go:40–40  ·  view source on GitHub ↗

LayerType returns the type of the layer that is being serialized to the buffer

()

Source from the content-addressed store, hash-verified

38 SerializeTo(b SerializeBuffer, opts SerializeOptions) error
39 // LayerType returns the type of the layer that is being serialized to the buffer
40 LayerType() LayerType
41}
42
43// SerializeOptions provides options for behaviors that SerializableLayers may want to

Callers 2

SerializeLayersFunction · 0.65
SerializePacketFunction · 0.65

Implementers 15

GRElayers/gre.go
DHCPv6layers/dhcpv6.go
DHCPv4layers/dhcpv4.go
EAPOLlayers/eapol.go
EAPOLKeylayers/eapol.go
BFDlayers/bfd.go
RMCPlayers/rmcp.go
IPv4layers/ip4.go
IPv6layers/ip6.go
Loopbacklayers/loopback.go
ICMPv6Echolayers/icmp6msg.go
ICMPv6RouterSolicitationlayers/icmp6msg.go

Calls

no outgoing calls

Tested by

no test coverage detected