Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2002 07:11:32 -0700 (PDT)
From:      Ying-Chieh Liao <ijliao@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/netdude Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/netdude/files patch-Makfile.in patch-configure patch-nd.h patch-nd_arp.c patch-nd_arp.h patch-nd_ether.c patch-nd_ether_callbacks.c ...
Message-ID:  <200210131411.g9DEBWOG043086@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ijliao      2002/10/13 07:11:32 PDT

  Modified files:
    net                  Makefile 
  Added files:
    net/netdude          Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    net/netdude/files    patch-Makfile.in patch-configure 
                         patch-nd.h patch-nd_arp.c patch-nd_arp.h 
                         patch-nd_ether.c 
                         patch-nd_ether_callbacks.c 
                         patch-nd_fddi.h patch-nd_fddi_callbacks.c 
                         patch-nd_icmp.c patch-nd_icmp.h 
                         patch-nd_icmp_callbacks.c patch-nd_ip.c 
                         patch-nd_ip_callbacks.c patch-nd_misc.c 
                         patch-nd_misc.h patch-nd_snap.c 
                         patch-nd_tcb.c patch-nd_udp.c 
                         patch-src::Makefile.in 
  Log:
  add netdude 0.3.1
  NETwork DUmp data Displayer and Editor for tcpdump tracefiles
  
  Revision  Changes    Path
  1.857     +1 -0      ports/net/Makefile
  1.1       +45 -0     ports/net/netdude/Makefile (new)
  1.1       +1 -0      ports/net/netdude/distinfo (new)
  1.1       +11 -0     ports/net/netdude/files/patch-Makfile.in (new)
  1.1       +20 -0     ports/net/netdude/files/patch-configure (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd.h (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_arp.c (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_arp.h (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_ether.c (new)
  1.1       +28 -0     ports/net/netdude/files/patch-nd_ether_callbacks.c (new)
  1.1       +11 -0     ports/net/netdude/files/patch-nd_fddi.h (new)
  1.1       +29 -0     ports/net/netdude/files/patch-nd_fddi_callbacks.c (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_icmp.c (new)
  1.1       +49 -0     ports/net/netdude/files/patch-nd_icmp.h (new)
  1.1       +179 -0    ports/net/netdude/files/patch-nd_icmp_callbacks.c (new)
  1.1       +11 -0     ports/net/netdude/files/patch-nd_ip.c (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_ip_callbacks.c (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_misc.c (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_misc.h (new)
  1.1       +10 -0     ports/net/netdude/files/patch-nd_snap.c (new)
  1.1       +19 -0     ports/net/netdude/files/patch-nd_tcb.c (new)
  1.1       +13 -0     ports/net/netdude/files/patch-nd_udp.c (new)
  1.1       +19 -0     ports/net/netdude/files/patch-src::Makefile.in (new)
  1.1       +1 -0      ports/net/netdude/pkg-comment (new)
  1.1       +5 -0      ports/net/netdude/pkg-descr (new)
  1.1       +208 -0    ports/net/netdude/pkg-plist (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210131411.g9DEBWOG043086>