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

Method String

packet.go:604–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 return nil
603}
604func (p *lazyPacket) String() string { p.Layers(); return p.packetString() }
605func (p *lazyPacket) Dump() string { p.Layers(); return p.packetDump() }
606
607// DecodeOptions tells gopacket how to decode a packet.

Callers

nothing calls this directly

Calls 2

LayersMethod · 0.95
packetStringMethod · 0.80

Tested by

no test coverage detected