-
- Downloads
trace: introduce pcap-dump and tcpdump commands
The 'scripts/trace.py pcap-dump' command will process all packet capturing samples and output a pcap stream. This is the format used by tcpdump. It can be used together with tcpdump to display packets in human-readable form like this: scripts/trace.py pcap-dump | tcpdump -r - | less Because pcap stream is often used together with tcpdump, I also introduce a shorthand for the above: scripts/trace.py tcpdump Signed-off-by:Tomasz Grabiec <tgrabiec@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment