tcptrace fast example

This simple example is for a file captured by the tcpdump program. If you run the program tcptrace on the file, as such:
tcptrace fast.dump
you'll see the brief output of the program

If you run the program again, asking for "long" format output, as in:

tcptrace -l fast.dump
you'll see more detailed information

If you want round trip time information (slower), you can use:

tcptrace -lr fast.dump
you'll see very detailed information
Shawn Ostermann
Last modified: Thu Mar 27 12:20:30 EST