Skip to content

Instantly share code, notes, and snippets.

@labeneator
Created April 16, 2014 11:31
Show Gist options
  • Save labeneator/10857181 to your computer and use it in GitHub Desktop.
Save labeneator/10857181 to your computer and use it in GitHub Desktop.
Summary of TCP conversations in a pcap
# Viewing the tcp conversations in a pcap
tshark -qn -z conv,tcp -r test.pcap
================================================================================
TCP Conversations
Filter:<No Filter>
| <- | | -> | | Total | Relative | Duration |
| Frames Bytes | | Frames Bytes | | Frames Bytes | Start | |
a.b.c.d:31822 <-> e.f.g.h:9999 553 91298 549 36234 1102 127532 0.000000000 5155.6751
a.b.c.d:8645 <-> e.f.g.h:9999 402 66141 402 28210 804 94351 5162.869498000 3715.2102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment