Skip to content

Instantly share code, notes, and snippets.

@benjaminhawkeslewis
Created August 11, 2011 15:14
Show Gist options
  • Save benjaminhawkeslewis/1139912 to your computer and use it in GitHub Desktop.
Save benjaminhawkeslewis/1139912 to your computer and use it in GitHub Desktop.
Watch HTTP traffic with tshark
# In this case, track HTTP on eth0, port 4444
tshark -i eth0 -d tcp.port==4444,http -R 'http' -Tpdml -V -S -l "port 4444" | grep '"http.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment