LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Parsing tcpdump output file (https://www.linuxquestions.org/questions/linux-networking-3/parsing-tcpdump-output-file-920991/)

Edward18 12-29-2011 12:18 AM

Parsing tcpdump output file
 
Hello everyone. I need help parsing tcpdump output. I want to get amount of transferred and received data in bytes from tcpdump output. Can anybody help me with that? Maybe tcpdump doesn't provide such information, or maybe i just couldn't find it?
Yeah and one more thing, what is "Content-Length" in tcpdump output file?
Thanks, Ed.

novice06 12-29-2011 09:27 PM

try with -s0 switch
e.g
tcpdump -vvn -s0 -i eth0

amilo 01-02-2012 04:58 AM

perhaps you like iptraf more.


All times are GMT -5. The time now is 09:06 AM.