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

TypeAlias UnsupportedLayerType

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

UnsupportedLayerType is returned by DecodingLayerParser if DecodeLayers encounters a layer type that the DecodingLayerParser has no decoder for.

Source from the content-addressed store, hash-verified

318// UnsupportedLayerType is returned by DecodingLayerParser if DecodeLayers
319// encounters a layer type that the DecodingLayerParser has no decoder for.
320type UnsupportedLayerType LayerType
321
322// Error implements the error interface, returning a string to say that the
323// given layer type is unsupported.

Callers 1

DecodeLayersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected