Functions for outputting the packet as a human-readable string: ------------------------------------------------------------------ String returns a human-readable string representation of the packet. It uses LayerString on each layer to output the layer.
()
| 59 | // String returns a human-readable string representation of the packet. |
| 60 | // It uses LayerString on each layer to output the layer. |
| 61 | String() string |
| 62 | // Dump returns a verbose human-readable string representation of the packet, |
| 63 | // including a hex dump of all layers. It uses LayerDump on each layer to |
| 64 | // output the layer. |
no outgoing calls