Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
/ tcptrace Public archive

tcptrace is a tool written by Shawn Ostermann at Ohio University, for analysis of TCP dump files.

License

Notifications You must be signed in to change notification settings

blitz/tcptrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

508f73a · Jul 1, 2013
Jun 21, 2002
Jul 4, 2002
Jul 1, 2013
Apr 19, 2005
Jul 1, 2013
Nov 6, 1998
Jan 5, 2006
May 31, 2001
Nov 19, 2003
Jul 1, 2003
May 25, 2001
Sep 7, 1999
Jul 1, 2013
May 22, 2002
Jun 21, 2002
Jul 4, 2002
May 31, 2001
May 31, 2001
Jul 14, 1997
Jul 14, 1997
Sep 21, 1998
Jul 24, 2002
Mar 4, 1997
May 25, 2001
Jul 27, 2002
Jun 26, 2001
Jul 22, 2002
Feb 13, 2001
Sep 26, 2001
Nov 4, 2004
Oct 1, 2004
Nov 19, 2003
Mar 7, 2001
Nov 19, 2003
Mar 7, 2001
Jul 1, 2013
Jun 21, 2002
Jun 6, 2001
Nov 19, 2003
Jun 6, 2001
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Sep 27, 2004
May 31, 2001
May 31, 2001
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Jun 21, 2002
Jul 1, 2013
Nov 4, 2004
Nov 19, 2003
Jun 21, 2002
Sep 28, 2004
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Mar 4, 2004
Mar 4, 2004
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Sep 2, 2010
Nov 19, 2003
Mar 4, 2004
Jan 5, 2006
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Jan 5, 2006
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Nov 19, 2003
Jul 1, 2013
Nov 19, 2003
Jun 21, 2002
Sep 13, 2005
Nov 19, 2003
Nov 15, 2004
Jul 1, 2013
Apr 3, 2003
Jun 21, 2002
Nov 19, 2003
Jan 5, 2006
Nov 19, 2003
Nov 19, 2003
Jan 5, 2006
Nov 19, 2003
Aug 10, 2001

Repository files navigation

Fri May 25, 2001

Shawn Ostermann
[email protected]

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

I've switched to using "./configure" to set up the Makefile.  That
seems to have eased portability problems a great deal.  Just say
"./configure" and then "make" to build the program.

Most of the rest of the Docs are on the web.  Check out:
  http://www.tcptrace.org/


Supported Platforms
-------------------

The program is developed here at OU on Sparc machines running Solaris
8.  Our intention is that it also run under common Unix variants.  In
particular, we try to test each release on the following platforms:
  NetBSD	
  FreeBSD	
  Linux		
  Darwin/OSX (Mac)
  Tru64 (Alpha)

We appreciate feedback and fixes on these or other platforms and will
attempt to modify the program to work on other platforms if we can get
enough help from people with access to those platforms and the changes
are not too "esthetically disagreeable".

Running the program
-------------------

Some simple examples:

0) What are the args and what do they mean???
     tcptrace 

1) Run the program quickly over a dump file
     tcptrace dumpfile

2) Get longer output
     tcptrace -l dumpfile

3) Generate lots of pretty plot files (you need xplot to see them)
     tcptrace -G dumpfile

4) Print the segment contents as you go
     tcptrace -p dumpfile

5) Print progress info (useful for large files)
     tcptrace -t dumpfile

Of course, you can chain arguments together until you get just what
you want.  


Let me know what you think....

Shawn

About

tcptrace is a tool written by Shawn Ostermann at Ohio University, for analysis of TCP dump files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published