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

Interface Dumper

packet.go:222–224  ·  view source on GitHub ↗

Dumper dumps verbose information on a value. If a layer type implements Dumper, then its LayerDump() string will include the results in its output.

Source from the content-addressed store, hash-verified

220// Dumper dumps verbose information on a value. If a layer type implements
221// Dumper, then its LayerDump() string will include the results in its output.
222type Dumper interface {
223 Dump() string
224}
225
226// LayerDump outputs a very verbose string representation of a layer. Its
227// output is a concatenation of LayerString(l) and hex.Dump(l.LayerContents()).

Callers

nothing calls this directly

Implementers 6

eagerPacketpacket.go
lazyPacketpacket.go
DecodeFailuredecode.go
halfconnectionreassembly/tcpassembly.go
Assemblerreassembly/tcpassembly.go
StreamPoolreassembly/memory.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…