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

Method Dump

packet.go:65–65  ·  view source on GitHub ↗

Dump returns a verbose human-readable string representation of the packet, including a hex dump of all layers. It uses LayerDump on each layer to output the layer.

()

Source from the content-addressed store, hash-verified

63 // including a hex dump of all layers. It uses LayerDump on each layer to
64 // output the layer.
65 Dump() string
66
67 //// Functions for accessing arbitrary packet layers:
68 //// ------------------------------------------------------------------

Callers 12

checkSerializationFunction · 0.95
LayerDumpFunction · 0.65
packetDumpMethod · 0.65
RunFunction · 0.65
TestPcapFileReadFunction · 0.65
benchmarkPacketDecodeFunction · 0.65
testShortLCMFunction · 0.65
testFragmentedLCMFunction · 0.65
runMethod · 0.65
ReassembledSGMethod · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 5

checkSerializationFunction · 0.76
TestPcapFileReadFunction · 0.52
testShortLCMFunction · 0.52
testFragmentedLCMFunction · 0.52