MCPcopy
hub / github.com/google/gopacket / NextLayerType

Method NextLayerType

parser.go:42–42  ·  view source on GitHub ↗

NextLayerType returns the LayerType which should be used to decode the LayerPayload.

()

Source from the content-addressed store, hash-verified

40 // NextLayerType returns the LayerType which should be used to decode
41 // the LayerPayload.
42 NextLayerType() LayerType
43 // LayerPayload is the set of bytes remaining to decode after a call to
44 // DecodeFromBytes.
45 LayerPayload() []byte

Callers 3

LayersDecoderFunction · 0.65
RunFunction · 0.65
mainFunction · 0.65

Implementers 1

LCMlayers/lcm.go

Calls

no outgoing calls

Tested by

no test coverage detected