"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "trafshow-3.1/README" of archive trafshow-3.1.tgz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 			Trafshow Version 3.
    2 
    3 
    4 This directory contains trafshow source code, a tool for real-time network
    5 traffic visualization.
    6 
    7 Trafshow continuously display the information regarding packet traffic on
    8 the configured network interface that match the boolean expression.
    9 It periodically sorts and updates this information.
   10 
   11 This funny program may be useful for locating suspicious network traffic on
   12 the net or to evaluate current utilization of the network interface.
   13 
   14 If trafshow has been compiled with modern curses libraries such as Slang or
   15 Ncurses it been able to show colored traffic according to your configuration
   16 on color-capable terminal.
   17 
   18 Trafshow now use libpcap, a system-independent interface for user-level
   19 packet capture.  Before building trafshow, you must first retrieve and
   20 build libpcap, also from LBL, in:
   21 
   22 	ftp://ftp.ee.lbl.gov/libpcap.tar.Z
   23 
   24 Trafshow can use variouse curses libraries, a terminal-independent set of
   25 screen functions with optimal cursor motion. Currently trafshow may be
   26 compiled with any curses library, but not all of them work with color
   27 functions properly. Slang or Ncurses is prefered because it right supports
   28 color. Note for termcap users, only the Slang curses is suitable for you.
   29 Before building trafshow, you must first retrieve and build one of the
   30 following curses library:
   31 
   32 	ftp://space.mit.edu/pub/davis/slang/slang0.99-38.tar.gz
   33 or
   34 	ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/ncurses-1.9.9g.tar.gz
   35 
   36 Once libpcap and libslang is built and installed, you can build trafshow
   37 using the procedure in the INSTALL file.
   38 
   39 The original distribution is available via anonymous ftp to ftp.nsk.su,
   40 in /pub/unix/trafshow.tar.gz.
   41 
   42 Problems, bugs, questions, desirable enhancements, etc., should be sent to
   43 the email address trafshow@rinet.nsk.su.
   44 
   45 
   46 
   47 The trafshow is currently in ALFA release, it has been tested on the
   48 following operating systems:
   49 --------------------------------------------------------------------------
   50 
   51 trafshow version 3.0a3
   52 compiled for i386-pc-bsdi2.0.1 with
   53  shlicc2 -O2 -DHAVE_CONFIG_H -I. -lpcap -lslang -ltermcap
   54 	pcap library version 0.4a2
   55 	slang curses version 9938
   56 	colors support
   57 
   58 trafshow version 3.0a3
   59 compiled for i386-pc-bsdi3.0 with
   60  shlicc2 -O2 -DHAVE_CONFIG_H -I. -lpcap -lcurses -ltermcap
   61 	pcap library version 0.4a2
   62 	unknown curses library
   63 	no colors support
   64 
   65 trafshow version 3.0a3
   66 compiled for sparc-sun-solaris2.4 with
   67  gcc -O2 -DHAVE_CONFIG_H -I. -lsocket -lnsl -lpcap -lslang -ltermcap
   68 	pcap library version 0.4a2
   69 	slang curses version 9938
   70 	colors support
   71 
   72 trafshow version 3.0a3
   73 compiled for i486-pc-linux-gnu with
   74  gcc -O2 -DHAVE_CONFIG_H -I. -Ilinux -lpcap -lncurses -ltermcap
   75 	pcap library version 0.4a2
   76 	ncurses version 1.9.9g
   77 	colors support
   78 
   79 
   80 Trafshow has been successful compiled but not tested enough on the
   81 following operating systems:
   82 --------------------------------------------------------------------------
   83 
   84 trafshow version 3.0a3
   85 compiled for i386-unknown-freebsd2.2.2 with
   86  gcc -O2 -DHAVE_CONFIG_H -I. -lpcap -lncurses -ltermcap
   87 	pcap library version unknown
   88 	ncurses version unknown
   89 	colors support
   90 
   91 trafshow version 3.0a3
   92 compiled for alpha-dec-osf4.0 with
   93  gcc -O2 -DHAVE_CONFIG_H -I. -I../libpcap ../libpcap/libpcap.a -lcurses -ltermcap
   94 	pcap library version 0.4a2
   95 	unknown curses version
   96 	colors support
   97 
   98 trafshow version 3.0a3
   99 compiled for mips-sgi-irix5.3 with
  100  cc -O -xansi -signed -g3 -DHAVE_CONFIG_H -I. -I../libpcap -I/usr/local/include ../libpcap/libpcap.a -lcurses -ltermcap
  101 	pcap library version 0.4a2
  102 	unknown curses version
  103 	colors support