Introduce a helper script to analyze tcpdumps
1) # tcpdump -i tap10 -vvv -w tcpdump.pcap to save capture in a tmp file
2) # python analyze_pcap.py tcpdump.pcap to see on-liner logs
3) # python analyze_pcap.py tcpdump.pcap -n 14 to see a packet's details
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
Showing
analyze_pcap.py
0 → 100644
Please register or sign in to comment