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.
()
| 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 | //// ------------------------------------------------------------------ |
no outgoing calls