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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -