Created
April 16, 2014 11:31
-
-
Save labeneator/10857181 to your computer and use it in GitHub Desktop.
Summary of TCP conversations in a pcap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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