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

Struct eagerPacket

packet.go:431–433  ·  view source on GitHub ↗

eagerPacket is a packet implementation that does eager decoding. Upon initial construction, it decodes all the layers it can from packet data. eagerPacket implements Packet and PacketBuilder.

Source from the content-addressed store, hash-verified

429// initial construction, it decodes all the layers it can from packet data.
430// eagerPacket implements Packet and PacketBuilder.
431type eagerPacket struct {
432 packet
433}
434
435var errNilDecoder = errors.New("NextDecoder passed nil decoder, probably an unsupported decode type")
436

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected