home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / tcpcsd2.zip / BASECSD2.EXE / DOC / IPTRACE.DOC < prev    next >
Text File  |  1993-01-28  |  2KB  |  47 lines

  1.  
  2. ****************************************************************
  3.                I P T R A C E   B E T A    C O D E
  4. ****************************************************************
  5.  
  6.   IP tracing allows to trace all the packets, IP and ARP ones,
  7.   incoming and outgoing.
  8.   Three executables: IPTRACE.EXE, IPPARSE.EXE and TR2SNIF.EXE
  9.  
  10. Requirements:
  11.   INET and IFNDIS versions 1.2.2.24 or later. (CSD UN29511 or higher)
  12.  
  13.  
  14. Start:
  15.   Run IPTRACE.EXE
  16.   While iptrace.exe is running it collects packets in
  17.   a file called iptrace.dmp in current dir.
  18.   Tracing is active only when this process is running.
  19.  
  20. Stop:
  21.   In the IPTRACE window press Ctrl-C or Ctrl-Break to stop the trace
  22.  
  23. Format:
  24.   IPPARSE is used to generate a somewhat format listing of the trace.
  25.   IPPARSE writes to standard output, so it can be redirected to a file.
  26.   TR2SNIF can be used for conversion of IPTRACE.DMP to IPTRACE.TRC
  27.   which can be loaded by the sniffer. IPTRACE.TRC is in internal
  28.   format of the "Sniffer" software. IPTRACE.TRC does not preserve timing
  29.   of frames, so sniffer timing information is not accurate and can't
  30.   be used for analysis (in fact, all of times in the current version
  31.   of tr2snif are zeros).
  32.  
  33.  
  34. ****************************************************************
  35.          N O T E!!!!!!!
  36. ****************************************************************
  37.   ip tracing slows the tcp/ip stack significantly
  38.   and SHOULD NOT be run for a stressful applications which
  39.   tend to fan through a lot of data. IP tracing dumps all
  40.   the packets contents including LAN headers. The way you
  41.   determine whether the packet is incoming our outgoing is
  42.   be looking at source address (in a LAN header or IP header).
  43.   Unlike socket level tracing, ip tracing may store in its
  44.   trace a lot of data.
  45.  
  46.  
  47.