cvs commit: ports/net Makefile ports/net/traff Makefile distinfo pkg-descr pkg-plist ports/net/traff/files patch-Makefile patch-readconfig.h patch-traff.c patch-traff.conf traff.sh.in

Marcus Alves Grando mnag at FreeBSD.org
Wed Sep 28 09:34:40 PDT 2005


mnag        2005-09-28 16:34:40 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/traff            Makefile distinfo pkg-descr pkg-plist 
    net/traff/files      patch-Makefile patch-readconfig.h 
                         patch-traff.c patch-traff.conf 
                         traff.sh.in 
  Log:
  New port
  
  Traff is a program that attaches itself to one or more
  network interfaces, sniffs all IP-packages passing at it and
  accounts each packets size. The collected information can be
  dumped to a mysql-Database, for further processing.
  The configuration is very flexible, allowing you to create
  different/multiple accounting rules.
  
  PR:             86615
  Submitted by:   Dan Caescu <dancaescu at netcaetera.ro>
  Approved by:    pav (mentor)
  
  Revision  Changes    Path
  1.1544    +1 -0      ports/net/Makefile
  1.1       +55 -0     ports/net/traff/Makefile (new)
  1.1       +2 -0      ports/net/traff/distinfo (new)
  1.1       +20 -0     ports/net/traff/files/patch-Makefile (new)
  1.1       +11 -0     ports/net/traff/files/patch-readconfig.h (new)
  1.1       +28 -0     ports/net/traff/files/patch-traff.c (new)
  1.1       +18 -0     ports/net/traff/files/patch-traff.conf (new)
  1.1       +39 -0     ports/net/traff/files/traff.sh.in (new)
  1.1       +10 -0     ports/net/traff/pkg-descr (new)
  1.1       +3 -0      ports/net/traff/pkg-plist (new)


More information about the cvs-all mailing list