Statistics
| Branch: | Tag: | Revision:

root / analyze_pcap.py @ master

History | View | Annotate | Download (1000 Bytes)

# Date Author Comment
0f4a61eb 01/17/2014 07:54 pm Dimitris Aragiorgis

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
...