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

Function decodeGRE

layers/gre.go:197–200  ·  view source on GitHub ↗
(data []byte, p gopacket.PacketBuilder)

Source from the content-addressed store, hash-verified

195}
196
197func decodeGRE(data []byte, p gopacket.PacketBuilder) error {
198 g := &GRE{}
199 return decodingLayerDecoder(g, data, p)
200}

Callers

nothing calls this directly

Calls 1

decodingLayerDecoderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…