Skip to content

Instantly share code, notes, and snippets.

@yichao0319
Created October 31, 2013 03:15
Show Gist options
  • Save yichao0319/7243910 to your computer and use it in GitHub Desktop.
Save yichao0319/7243910 to your computer and use it in GitHub Desktop.
tshark:filter field
http://www.wireshark.org/docs/dfref/i/ip.html
tshark -r trace.pcap -R "ip.src == 28.222.232.44 && ip.dst == 69.171.224.14" -T fields -E separator=/t -e frame.number -e frame.time_epoch -e ip.src -e tcp.srcport -e ip.dst -e tcp.dstport -e tcp.options.timestamp.tsval -e http.user_agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment