blob: 34e364fe651a26ac07b71f75add4fc4a49ddc537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
tcptrace is a TCP connection analysis tool. It can tell you detailed
information about TCP connections by sifting through dump files.
The dump file formats supported are:
Standard tcpdump format (you need the pcap library)
Sun's snoop format
Macintosh Etherpeek format
HP/NetMetrix protocol analysis format
NS simulator output format
NetScout
NLANR Tsh Format
To see the graphs, you'll also need Tim Shepard's xplot program,
available at http://www.xplot.org
WWW: http://www.tcptrace.org/
|