networking - Any easy way to monitor HTTP gzipped traffic on a live running Linux system? -


i'm running "sudo tcpdump -s 0 -a port 80" on linux system monitor http traffic. works, of traffic gzipped. there easy way un-compress on fly can watch traffic in real-time?

give tcpflow try. command able want. excerpt man page:

rather showing packet-by-packet information, tcpflow reconstructs actual data streams [...] has sophisticated plug-in system decompressing compressed http connections

to have live view, tell tcpflow write console:

tcpflow -c -a port 80 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -