From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 03:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65EA16A4CE for ; Mon, 3 May 2004 03:10:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42DF43D53 for ; Mon, 3 May 2004 03:10:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i43AANug078549 for ; Mon, 3 May 2004 03:10:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i43AANWx078509; Mon, 3 May 2004 03:10:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 3 May 2004 03:10:23 -0700 (PDT) Resent-Message-Id: <200405031010.i43AANWx078509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yann Berthier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1E516A4CE for ; Mon, 3 May 2004 03:01:47 -0700 (PDT) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69E343D39 for ; Mon, 3 May 2004 03:01:44 -0700 (PDT) (envelope-from yb@hsc.fr) Received: from taz.hsc.fr (taz.hsc.fr [192.70.106.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 7D1CA20F3D for ; Mon, 3 May 2004 12:01:43 +0200 (CEST) Received: by taz.hsc.fr (Postfix, from userid 1001) id D5D124462; Mon, 3 May 2004 12:01:39 +0200 (CEST) Message-Id: <20040503100139.D5D124462@taz.hsc.fr> Date: Mon, 3 May 2004 12:01:39 +0200 (CEST) From: Yann Berthier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66198: [PATCH] net/netdude: update to 0.4.5, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 10:10:24 -0000 >Number: 66198 >Category: ports >Synopsis: [PATCH] net/netdude: update to 0.4.5, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 03 03:10:23 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Yann Berthier >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD taz.hsc.fr 5.2-CURRENT FreeBSD 5.2-CURRENT #13: Thu Apr 22 22:37:37 CEST 2004 >Description: - Update to 0.4.5 - Take maintainership As a lot of things have changed in netdude between the 0.3 and the 0.4.5 releases, I hope I have not missed something. File to add: files/patch-Makefile.in Files to delete: files/patch-Makfile.in files/patch-protocols-arp::nd_arp.c files/patch-protocols-arp::nd_arp.h files/patch-protocols-ether::nd_ether.c files/patch-protocols-ether::nd_ether_callbacks.c files/patch-protocols-fddi::nd_fddi_callbacks.c files/patch-protocols-icmp::nd_icmp.c files/patch-protocols-icmp::nd_icmp.h files/patch-protocols-icmp::nd_icmp_callbacks.c files/patch-protocols-ip::nd_ip_callbacks.c files/patch-protocols-snap::nd_snap.c files/patch-protocols-tcp::nd_tcb.c files/patch-protocols-udp::nd_udp.c files/patch-src::nd.h files/patch-src::nd_misc.c files/patch-src::nd_misc.h files/patch-src::nd_protocol.c files/protocols-fddi::nd_fddi.h.patch Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- netdude-0.4.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/netdude/Makefile /usr/home/yb/tmp/ports/net/netdude/Makefile --- /usr/ports/net/netdude/Makefile Fri Apr 2 23:35:42 2004 +++ /usr/home/yb/tmp/ports/net/netdude/Makefile Sun May 2 22:21:49 2004 @@ -7,47 +7,34 @@ # PORTNAME= netdude -PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTVERSION= 0.4.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yb@sainte-barbe.org COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl +LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ + netdude.0:${PORTSDIR}/net/libnetdude -USE_GETTEXT= yes USE_ICONV= yes -USE_REINPLACE= yes -USE_GNOME= glib12 gtk12 -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lltdl" +USE_GETTEXT= yes +USE_LIBTOOL_VER= 13 +CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl" USE_GMAKE= yes +USE_GNOME= glib12 gtk12 INSTALL_SHLIB= yes +USE_REINPLACE= yes MAN1= netdude.1 -.include - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES= ${FILESDIR}/protocols-fddi::nd_fddi.h.patch -.endif - post-patch: - @${REINPLACE_CMD} -e "s|gtk-config|${GTK_CONFIG}|g" \ - -e "s|glib-config|${GLIB_CONFIG}|g" ${WRKSRC}/configure -.for file in nd_icmp.c nd_icmp.h nd_icmp_callbacks.c - @${REINPLACE_CMD} -e "s|struct icmphdr|struct icmp|g" \ - ${WRKSRC}/protocols/icmp/${file} -.endfor - @${REINPLACE_CMD} -e "s|->type|->icmp_type|g" \ - -e "s|->code|->icmp_code|g" \ - -e "s|->checksum|->icmp_cksum|g" \ - -e "s|->un.echo.id|->icmp_id|g" \ - -e "s|->un.echo.sequence|->icmp_seq|g" \ - ${WRKSRC}/protocols/icmp/nd_icmp.c + @${REINPLACE_CMD} -e 's|DOC_MODULE = netdude|DOC_MODULE =|' \ + ${WRKSRC}/doc/netdude-manual/Makefile.in +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's|doc||' ${WRKSRC}/Makefile.in +.endif -.include +.include diff -ruN --exclude=CVS /usr/ports/net/netdude/distinfo /usr/home/yb/tmp/ports/net/netdude/distinfo --- /usr/ports/net/netdude/distinfo Fri Mar 26 00:28:53 2004 +++ /usr/home/yb/tmp/ports/net/netdude/distinfo Sat May 1 14:50:04 2004 @@ -1,2 +1,2 @@ -MD5 (netdude-0.3.3.tar.gz) = d561feec5388469f3449bb4ba4d89bdf -SIZE (netdude-0.3.3.tar.gz) = 1144328 +MD5 (netdude-0.4.5.tar.gz) = b53832fe2bf3772b00e7e0ad9ff50c3c +SIZE (netdude-0.4.5.tar.gz) = 1291820 diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-Makefile.in /usr/home/yb/tmp/ports/net/netdude/files/patch-Makefile.in --- /usr/ports/net/netdude/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-Makefile.in Wed Feb 4 13:47:48 2004 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Feb 4 13:46:55 2004 ++++ Makefile.in Wed Feb 4 13:47:24 2004 +@@ -116,7 +116,7 @@ + lndtool = @lndtool@ + version_major = @version_major@ + version_minor = @version_minor@ +-SUBDIRS = libltdl src plugins protocols intl po pixmaps doc m4 ++SUBDIRS = src plugins protocols intl po pixmaps doc m4 + + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ + config.h.in config.sub configure install-sh \ diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-Makfile.in /usr/home/yb/tmp/ports/net/netdude/files/patch-Makfile.in --- /usr/ports/net/netdude/files/patch-Makfile.in Sun Oct 13 16:11:31 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-Makfile.in Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Oct 11 23:49:30 2002 -+++ Makefile.in Fri Oct 11 23:49:41 2002 -@@ -106,7 +106,7 @@ - install_sh = @install_sh@ - td = @td@ - --SUBDIRS = libltdl src plugins protocols intl po pixmaps doc -+SUBDIRS = src plugins protocols intl po pixmaps doc - - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ - config.h.in config.sub configure install-sh \ diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-arp::nd_arp.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-arp::nd_arp.c --- /usr/ports/net/netdude/files/patch-protocols-arp::nd_arp.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-arp::nd_arp.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- protocols/arp/nd_arp.c.orig Sat Oct 12 00:15:36 2002 -+++ protocols/arp/nd_arp.c Sat Oct 12 00:15:47 2002 -@@ -23,6 +23,7 @@ - - */ - -+#include - #include - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-arp::nd_arp.h /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-arp::nd_arp.h --- /usr/ports/net/netdude/files/patch-protocols-arp::nd_arp.h Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-arp::nd_arp.h Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- protocols/arp/nd_arp.h.orig Wed Nov 20 20:57:00 2002 -+++ protocols/arp/nd_arp.h Wed Nov 20 20:57:26 2002 -@@ -26,6 +26,8 @@ - #ifndef __nd_arp_h - #define __nd_arp_h - -+#include -+#include - #include - #include - diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-ether::nd_ether.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ether::nd_ether.c --- /usr/ports/net/netdude/files/patch-protocols-ether::nd_ether.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ether::nd_ether.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- protocols/ether/nd_ether.c.orig Sat Oct 12 00:18:53 2002 -+++ protocols/ether/nd_ether.c Sat Oct 12 00:19:07 2002 -@@ -23,6 +23,7 @@ - - */ - -+#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c --- /usr/ports/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c Thu Jan 1 01:00:00 1970 @@ -1,28 +0,0 @@ ---- protocols/ether/nd_ether_callbacks.c.orig Sat Oct 12 00:20:26 2002 -+++ protocols/ether/nd_ether_callbacks.c Sat Oct 12 00:23:48 2002 -@@ -22,6 +22,7 @@ - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - */ -+#include - #include - #include - #include -@@ -54,7 +55,7 @@ - if (!eh) - continue; - -- memcpy(eh->ether_shost, address, ETH_ALEN); -+ memcpy(eh->ether_shost, address, ETHER_ADDR_LEN); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -84,7 +85,7 @@ - if (!eh) - continue; - -- memcpy(eh->ether_dhost, address, ETH_ALEN); -+ memcpy(eh->ether_dhost, address, ETHER_ADDR_LEN); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c --- /usr/ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c Wed May 14 09:42:58 2003 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- protocols/fddi/nd_fddi_callbacks.c.orig Wed Nov 20 21:37:07 2002 -+++ protocols/fddi/nd_fddi_callbacks.c Wed Nov 20 21:38:04 2002 -@@ -22,7 +22,8 @@ - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - */ -+#include --#include -+#define FDDI_K_ALEN 6 - - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c --- /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- protocols/icmp/nd_icmp.c.orig Fri Sep 20 02:41:19 2002 -+++ protocols/icmp/nd_icmp.c Sun Oct 13 12:00:17 2002 -@@ -22,6 +22,7 @@ - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - */ -+#include - #include - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.h /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.h --- /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.h Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp.h Thu Jan 1 01:00:00 1970 @@ -1,49 +0,0 @@ ---- protocols/icmp/nd_icmp.h.orig Sun Oct 13 12:45:27 2002 -+++ protocols/icmp/nd_icmp.h Sun Oct 13 12:45:40 2002 -@@ -30,8 +30,46 @@ - #include - - #include -+#include - #include - -+#ifdef __FreeBSD__ -+#define ICMP_DEST_UNREACH ICMP_UNREACH -+#define ICMP_SOURCE_QUENCH ICMP_SOURCEQUENCH -+#define ICMP_TIME_EXCEEDED ICMP_TIMXCEED -+#define ICMP_PARAMETERPROB ICMP_PARAMPROB -+#define ICMP_TIMESTAMP ICMP_TSTAMP -+#define ICMP_TIMESTAMPREPLY ICMP_TSTAMPREPLY -+#define ICMP_INFO_REQUEST ICMP_IREQ -+#define ICMP_INFO_REPLY ICMP_IREQREPLY -+#define ICMP_ADDRESS ICMP_MASKREQ -+#define ICMP_ADDRESSREPLY ICMP_MASKREPLY -+ -+#define ICMP_NET_UNREACH ICMP_UNREACH_NET -+#define ICMP_HOST_UNREACH ICMP_UNREACH_HOST -+#define ICMP_PROT_UNREACH ICMP_UNREACH_PROTOCOL -+#define ICMP_PORT_UNREACH ICMP_UNREACH_PORT -+#define ICMP_FRAG_NEEDED ICMP_UNREACH_NEEDFRAG -+#define ICMP_SR_FAILED ICMP_UNREACH_SRCFAIL -+#define ICMP_NET_UNKNOWN ICMP_UNREACH_NET_UNKNOWN -+#define ICMP_HOST_UNKNOWN ICMP_UNREACH_HOST_UNKNOWN -+#define ICMP_HOST_ISOLATED ICMP_UNREACH_ISOLATED -+#define ICMP_NET_ANO ICMP_UNREACH_NET_PROHIB -+#define ICMP_HOST_ANO ICMP_UNREACH_HOST_PROHIB -+#define ICMP_NET_UNR_TOS ICMP_UNREACH_TOSNET -+#define ICMP_HOST_UNR_TOS ICMP_UNREACH_TOSHOST -+#define ICMP_PKT_FILTERED ICMP_UNREACH_FILTER_PROHIB -+#define ICMP_PREC_VIOLATION ICMP_UNREACH_HOST_PRECEDENCE -+#define ICMP_PREC_CUTOFF ICMP_UNREACH_PRECEDENCE_CUTOFF -+ -+#define ICMP_REDIR_NET ICMP_REDIRECT_NET -+#define ICMP_REDIR_HOST ICMP_REDIRECT_HOST -+#define ICMP_REDIR_NETTOS ICMP_REDIRECT_TOSNET -+#define ICMP_REDIR_HOSTTOS ICMP_REDIRECT_TOSHOST -+ -+#define ICMP_EXC_TTL ICMP_TIMXCEED_INTRANS -+#define ICMP_EXC_FRAGTIME ICMP_TIMXCEED_REASS -+#endif - - /* ICMP packet structure -- using our own for the funky stuff ... */ - diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c --- /usr/ports/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-icmp::nd_icmp_callbacks.c Thu Jan 1 01:00:00 1970 @@ -1,179 +0,0 @@ ---- protocols/icmp/nd_icmp_callbacks.c.orig Fri Sep 20 02:40:51 2002 -+++ protocols/icmp/nd_icmp_callbacks.c Sun Oct 13 20:52:27 2002 -@@ -63,7 +63,7 @@ - - struct icmphdr *icmphdr = (struct icmphdr *) header; - -- switch (icmphdr->type) -+ switch (icmphdr->icmp_type) - { - case ICMP_DEST_UNREACH: - if (!unreach_menu) -@@ -82,7 +82,7 @@ - - nd_dialog_number(_("Enter ICMP code:"), - ND_BASE_DEC, -- icmphdr->code, -+ icmphdr->icmp_code, - 255, - (ND_NumberCallback) nd_icmp_code_value_cb, - NULL, -@@ -107,7 +107,7 @@ - if (!icmphdr) - continue; - -- icmphdr->checksum = htons(value); -+ icmphdr->icmp_cksum = htons(value); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -125,7 +125,7 @@ - - nd_dialog_number(_("Enter ICMP checksum:"), - ND_BASE_HEX, -- ntohs(icmphdr->checksum), 65535, -+ ntohs(icmphdr->icmp_cksum), 65535, - icmp_sum_ok_cb, - NULL, - packet, data); -@@ -145,7 +145,7 @@ - if (!icmphdr) - continue; - -- switch (icmphdr->type) -+ switch (icmphdr->icmp_type) - { - case ICMP_ECHO: - case ICMP_ECHOREPLY: -@@ -161,7 +161,7 @@ - continue; - } - -- icmphdr->un.echo.id = htons(value); -+ icmphdr->icmp_id = htons(value); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -179,7 +179,7 @@ - - nd_dialog_number(_("Enter ICMP identifier:"), - ND_BASE_DEC, -- ntohs(icmphdr->un.echo.id), -+ ntohs(icmphdr->icmp_id), - 65535, - (ND_NumberCallback) icmp_id_ok_cb, - NULL, -@@ -202,7 +202,7 @@ - if (!icmphdr) - continue; - -- switch (icmphdr->type) -+ switch (icmphdr->icmp_type) - { - case ICMP_ECHO: - case ICMP_ECHOREPLY: -@@ -218,7 +218,7 @@ - continue; - } - -- icmphdr->un.echo.sequence = htons(value); -+ icmphdr->icmp_seq = htons(value); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -236,7 +236,7 @@ - - nd_dialog_number(_("Enter ICMP sequence number:"), - ND_BASE_DEC, -- ntohs(icmphdr->un.echo.sequence), -+ ntohs(icmphdr->icmp_seq), - 65535, - (ND_NumberCallback) icmp_seq_ok_cb, - NULL, -@@ -425,7 +425,7 @@ - if (!icmphdr) - continue; - -- icmphdr->un.gateway = htonl(value); -+ icmphdr->icmp_gwaddr.s_addr = htonl(value); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -441,12 +441,12 @@ - { - struct icmphdr *icmphdr = (struct icmphdr *) header; - -- if (!nd_icmp_header_is_error(icmphdr) && icmphdr->type != 10) -+ if (!nd_icmp_header_is_error(icmphdr) && icmphdr->icmp_type != 10) - return; - - nd_dialog_number(_("Enter 32-bit ICMP data:"), - ND_BASE_DEC, -- ntohl(icmphdr->un.gateway), (guint) -1, -+ ntohl(icmphdr->icmp_gwaddr.s_addr), (guint) -1, - icmp_error_ok_cb, - NULL, packet, data); - } -@@ -589,7 +589,7 @@ - continue; - - icmphdr = (struct icmphdr *) data; -- if (icmphdr->type != 9) -+ if (icmphdr->icmp_type != 9) - continue; - - memcpy(data + 8 + entry_num * 8, address, sizeof(guchar) * 4); -@@ -634,7 +634,7 @@ - continue; - - icmphdr = (struct icmphdr *) data; -- if (icmphdr->type != 9) -+ if (icmphdr->icmp_type != 9) - continue; - - memcpy(data + 12 + entry_num * 8, &val, sizeof(guint32)); -@@ -684,7 +684,7 @@ - if (!icmphdr) - continue; - -- icmphdr->type = value; -+ icmphdr->icmp_type = value; - nd_packet_init(packet); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } -@@ -703,7 +703,7 @@ - - nd_dialog_number(_("Enter ICMP type:"), - ND_BASE_DEC, -- icmphdr->type, -+ icmphdr->icmp_type, - 255, - (ND_NumberCallback) nd_icmp_type_value_cb, - NULL, -@@ -728,7 +728,7 @@ - if (!icmphdr) - continue; - -- icmphdr->code = value; -+ icmphdr->icmp_code = value; - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -746,7 +746,7 @@ - - nd_dialog_number(_("Enter ICMP code:"), - ND_BASE_DEC, -- icmphdr->code, -+ icmphdr->icmp_code, - 255, - (ND_NumberCallback) nd_icmp_code_value_cb, - NULL, -@@ -774,7 +774,7 @@ - - if (!nd_icmp_csum_correct(nd_pit_get(&pit), &correct_sum)) - { -- icmphdr->checksum = correct_sum; -+ icmphdr->icmp_cksum = correct_sum; - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - } diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c --- /usr/ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-ip::nd_ip_callbacks.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- protocols/ip/nd_ip_callbacks.c.orig Sun Oct 13 21:35:01 2002 -+++ protocols/ip/nd_ip_callbacks.c Sun Oct 13 21:35:31 2002 -@@ -26,6 +26,7 @@ - #ifdef LINUX - #define __FAVOR_BSD - #endif -+#include - #include - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-snap::nd_snap.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-snap::nd_snap.c --- /usr/ports/net/netdude/files/patch-protocols-snap::nd_snap.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-snap::nd_snap.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- protocols/snap/nd_snap.c.orig Sun Oct 13 21:40:25 2002 -+++ protocols/snap/nd_snap.c Sun Oct 13 21:41:10 2002 -@@ -26,6 +26,7 @@ - # include - #endif - -+#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-tcp::nd_tcb.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-tcp::nd_tcb.c --- /usr/ports/net/netdude/files/patch-protocols-tcp::nd_tcb.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-tcp::nd_tcb.c Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- protocols/tcp/nd_tcb.c.orig Sun Oct 13 21:42:08 2002 -+++ protocols/tcp/nd_tcb.c Sun Oct 13 21:45:35 2002 -@@ -26,13 +26,15 @@ - # include - #endif - -+#include -+#include -+#include - #include - - #include - #include - #include - #include --#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-protocols-udp::nd_udp.c /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-udp::nd_udp.c --- /usr/ports/net/netdude/files/patch-protocols-udp::nd_udp.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-protocols-udp::nd_udp.c Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- protocols/udp/nd_udp.c.orig Sun Oct 13 21:47:40 2002 -+++ protocols/udp/nd_udp.c Sun Oct 13 21:49:50 2002 -@@ -26,6 +26,10 @@ - # include - #endif - -+#include -+#include -+#include -+#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-src::Makefile.in /usr/home/yb/tmp/ports/net/netdude/files/patch-src::Makefile.in --- /usr/ports/net/netdude/files/patch-src::Makefile.in Sun Oct 13 16:11:31 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-src::Makefile.in Sun Jan 25 21:04:00 2004 @@ -1,17 +1,18 @@ ---- src/Makefile.in.orig Sat Oct 12 00:09:46 2002 -+++ src/Makefile.in Sat Oct 12 00:10:15 2002 -@@ -177,7 +177,7 @@ +--- src/Makefile.in.orig Sun Jan 25 21:02:59 2004 ++++ src/Makefile.in Sun Jan 25 21:03:36 2004 +@@ -196,8 +196,7 @@ gtkhex.c gtkhex.h --netdude_LDADD = $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @glib_libs@ -+netdude_LDADD = @gtk_libs@ @glib_libs@ +-netdude_LDADD = \ +- $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @LIBNETDUDE_LIBS@ ++netdude_LDADD = @gtk_libs@ @LIBNETDUDE_LIBS@ + subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h -@@ -197,7 +197,6 @@ - nd_trace_registry.$(OBJEXT) callbacks.$(OBJEXT) \ - interface.$(OBJEXT) support.$(OBJEXT) gtkhex.$(OBJEXT) +@@ -218,7 +217,6 @@ + callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \ + gtkhex.$(OBJEXT) netdude_OBJECTS = $(am_netdude_OBJECTS) -netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la netdude_LDFLAGS = diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-src::nd.h /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd.h --- /usr/ports/net/netdude/files/patch-src::nd.h Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd.h Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/nd.h.orig Sat Oct 12 00:03:36 2002 -+++ src/nd.h Sat Oct 12 00:03:59 2002 -@@ -31,6 +31,7 @@ - #ifdef LINUX - #define __FAVOR_BSD - #endif -+#include - #include - #include - diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-src::nd_misc.c /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_misc.c --- /usr/ports/net/netdude/files/patch-src::nd_misc.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_misc.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/nd_misc.c.orig Sat Oct 12 00:00:02 2002 -+++ src/nd_misc.c Sat Oct 12 00:00:19 2002 -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-src::nd_misc.h /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_misc.h --- /usr/ports/net/netdude/files/patch-src::nd_misc.h Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_misc.h Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/nd_misc.h.orig Fri Oct 11 23:55:05 2002 -+++ src/nd_misc.h Fri Oct 11 23:55:41 2002 -@@ -27,6 +27,7 @@ - #define __nd_misc_h - - #include -+#include - #include - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/patch-src::nd_protocol.c /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_protocol.c --- /usr/ports/net/netdude/files/patch-src::nd_protocol.c Sun Nov 24 10:52:50 2002 +++ /usr/home/yb/tmp/ports/net/netdude/files/patch-src::nd_protocol.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/nd_protocol.c.orig Wed Nov 20 20:13:36 2002 -+++ src/nd_protocol.c Wed Nov 20 20:14:20 2002 -@@ -26,6 +26,7 @@ - # include - #endif - -+#include - #include - - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/files/protocols-fddi::nd_fddi.h.patch /usr/home/yb/tmp/ports/net/netdude/files/protocols-fddi::nd_fddi.h.patch --- /usr/ports/net/netdude/files/protocols-fddi::nd_fddi.h.patch Wed May 14 09:42:58 2003 +++ /usr/home/yb/tmp/ports/net/netdude/files/protocols-fddi::nd_fddi.h.patch Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- protocols/fddi/nd_fddi.h.orig Tue May 13 10:34:37 2003 -+++ protocols/fddi/nd_fddi.h Tue May 13 10:40:53 2003 -@@ -26,7 +26,7 @@ - #ifndef __nd_fddi_h - #define __nd_fddi_h - --#include -+#include - - #include - #include diff -ruN --exclude=CVS /usr/ports/net/netdude/pkg-plist /usr/home/yb/tmp/ports/net/netdude/pkg-plist --- /usr/ports/net/netdude/pkg-plist Tue May 13 06:29:51 2003 +++ /usr/home/yb/tmp/ports/net/netdude/pkg-plist Sat May 1 14:57:05 2004 @@ -1,208 +1,188 @@ +bin/netdude0.4 bin/netdude -include/netdude/nd.h -include/netdude/nd_types.h -include/netdude/nd_crc_32.h -include/netdude/nd_debug.h -include/netdude/nd_macros.h -include/netdude/nd_capture.h -include/netdude/nd_clipboard.h -include/netdude/nd_dialog.h -include/netdude/nd_plugin.h -include/netdude/nd_globals.h -include/netdude/nd_gettext.h -include/netdude/nd_gui.h -include/netdude/nd_main.h -include/netdude/nd_misc.h -include/netdude/nd_null_protocol.h -include/netdude/nd_packet.h -include/netdude/nd_packet_iterator.h -include/netdude/nd_prefs.h -include/netdude/nd_protocol.h -include/netdude/nd_protocol_inst.h -include/netdude/nd_protocol_plugin.h -include/netdude/nd_protocol_registry.h -include/netdude/nd_recent.h -include/netdude/nd_raw_protocol.h -include/netdude/nd_tcpdump.h -include/netdude/nd_timestamp.h -include/netdude/nd_trace.h -include/netdude/nd_trace_registry.h -include/netdude/protocols/snap/nd_proto_snap.h -share/netdude/plugins/nd_cksumfix.so -share/netdude/plugins/nd_cksumfix.la -share/netdude/plugins/nd_cksumfix.a -share/netdude/plugins/nd_dummyplugin.so -share/netdude/plugins/nd_dummyplugin.la -share/netdude/plugins/nd_dummyplugin.a -share/netdude/protocols/nd_arp.so -share/netdude/protocols/nd_arp.la -share/netdude/protocols/nd_arp.a -share/netdude/protocols/nd_ethernet.so -share/netdude/protocols/nd_ethernet.la -share/netdude/protocols/nd_ethernet.a -share/netdude/protocols/nd_fddi.so -share/netdude/protocols/nd_fddi.la -share/netdude/protocols/nd_fddi.a -share/netdude/protocols/nd_icmp.so -share/netdude/protocols/nd_icmp.la -share/netdude/protocols/nd_icmp.a -share/netdude/protocols/nd_ip.so -share/netdude/protocols/nd_ip.la -share/netdude/protocols/nd_ip.a -share/netdude/protocols/nd_sll.so -share/netdude/protocols/nd_sll.la -share/netdude/protocols/nd_sll.a -share/netdude/protocols/nd_snap.so -share/netdude/protocols/nd_snap.la -share/netdude/protocols/nd_snap.a -share/netdude/protocols/nd_tcp.so -share/netdude/protocols/nd_tcp.la -share/netdude/protocols/nd_tcp.a -share/netdude/protocols/nd_udp.so -share/netdude/protocols/nd_udp.la -share/netdude/protocols/nd_udp.a -share/netdude/pixmaps/incomplete.xpm -share/netdude/pixmaps/delete.xpm -share/netdude/pixmaps/delete_okay.xpm -share/netdude/pixmaps/question.xpm -share/netdude/pixmaps/exclamation.xpm -share/netdude/pixmaps/netdude_small.xpm -share/netdude/pixmaps/netdude_splash.xpm -share/netdude/pixmaps/netdude-icon.png -share/locale/de/LC_MESSAGES/netdude.mo -share/gtk-doc/html/netdude/images/exit.gif -share/gtk-doc/html/netdude/images/main_window.gif -share/gtk-doc/html/netdude/images/preferences.gif -share/gtk-doc/html/netdude/images/capture.gif -share/gtk-doc/html/netdude/images/logo.gif -share/gtk-doc/html/netdude/images/plugin_menu.gif -share/gtk-doc/html/netdude/images/ascii_editor.gif -share/gtk-doc/html/netdude/images/hex_editor.gif -share/gtk-doc/html/netdude/images/about_menu.gif -share/gtk-doc/html/netdude/images/note.gif -share/gtk-doc/html/netdude/images/warning.gif -share/gtk-doc/html/netdude/images/caution.gif -share/gtk-doc/html/netdude/a6190.html -share/gtk-doc/html/netdude/a6191.html -share/gtk-doc/html/netdude/a6219.html -share/gtk-doc/html/netdude/a6226.html -share/gtk-doc/html/netdude/a6247.html -share/gtk-doc/html/netdude/a6248.html -share/gtk-doc/html/netdude/a6249.html -share/gtk-doc/html/netdude/a6255.html -share/gtk-doc/html/netdude/a6283.html -share/gtk-doc/html/netdude/a6286.html -share/gtk-doc/html/netdude/a6306.html -share/gtk-doc/html/netdude/a6350.html -share/gtk-doc/html/netdude/a6371.html -share/gtk-doc/html/netdude/a6388.html -share/gtk-doc/html/netdude/a6477.html -share/gtk-doc/html/netdude/a6478.html -share/gtk-doc/html/netdude/a6493.html -share/gtk-doc/html/netdude/a6517.html -share/gtk-doc/html/netdude/a6518.html -share/gtk-doc/html/netdude/a6541.html -share/gtk-doc/html/netdude/a6563.html -share/gtk-doc/html/netdude/a6627.html -share/gtk-doc/html/netdude/about.html -share/gtk-doc/html/netdude/api.html -share/gtk-doc/html/netdude/b6238.html -share/gtk-doc/html/netdude/b6259.html -share/gtk-doc/html/netdude/b6260.html -share/gtk-doc/html/netdude/b6261.html -share/gtk-doc/html/netdude/b6267.html -share/gtk-doc/html/netdude/b6295.html -share/gtk-doc/html/netdude/b6298.html -share/gtk-doc/html/netdude/b6318.html -share/gtk-doc/html/netdude/b6362.html -share/gtk-doc/html/netdude/b6383.html -share/gtk-doc/html/netdude/b6400.html -share/gtk-doc/html/netdude/b6489.html -share/gtk-doc/html/netdude/b6490.html -share/gtk-doc/html/netdude/b6505.html -share/gtk-doc/html/netdude/b6529.html -share/gtk-doc/html/netdude/b6530.html -share/gtk-doc/html/netdude/b6553.html -share/gtk-doc/html/netdude/b6575.html -share/gtk-doc/html/netdude/b6639.html -share/gtk-doc/html/netdude/c152.html -share/gtk-doc/html/netdude/c153.html -share/gtk-doc/html/netdude/c16.html -share/gtk-doc/html/netdude/c160.html -share/gtk-doc/html/netdude/c161.html -share/gtk-doc/html/netdude/c180.html -share/gtk-doc/html/netdude/c181.html -share/gtk-doc/html/netdude/c189.html -share/gtk-doc/html/netdude/c207.html -share/gtk-doc/html/netdude/c208.html -share/gtk-doc/html/netdude/c70.html -share/gtk-doc/html/netdude/c71.html -share/gtk-doc/html/netdude/index.html -share/gtk-doc/html/netdude/netdude-gtkhex.html -share/gtk-doc/html/netdude/netdude-nd-capture.html -share/gtk-doc/html/netdude/netdude-nd-clipboard.html -share/gtk-doc/html/netdude/netdude-nd-crc-32.html -share/gtk-doc/html/netdude/netdude-nd-debug.html -share/gtk-doc/html/netdude/netdude-nd-dialog.html -share/gtk-doc/html/netdude/netdude-nd-gettext.html -share/gtk-doc/html/netdude/netdude-nd-globals.html -share/gtk-doc/html/netdude/netdude-nd-gui.html -share/gtk-doc/html/netdude/netdude-nd-macros.html -share/gtk-doc/html/netdude/netdude-nd-main.html -share/gtk-doc/html/netdude/netdude-nd-misc.html -share/gtk-doc/html/netdude/netdude-nd-null-protocol.html -share/gtk-doc/html/netdude/netdude-nd-packet-iterator.html -share/gtk-doc/html/netdude/netdude-nd-packet.html -share/gtk-doc/html/netdude/netdude-nd-plugin.html -share/gtk-doc/html/netdude/netdude-nd-prefs.html -share/gtk-doc/html/netdude/netdude-nd-protocol-plugin.html -share/gtk-doc/html/netdude/netdude-nd-protocol-registry.html -share/gtk-doc/html/netdude/netdude-nd-protocol.html -share/gtk-doc/html/netdude/netdude-nd-raw-protocol.html -share/gtk-doc/html/netdude/netdude-nd-recent.html -share/gtk-doc/html/netdude/netdude-nd-tcpdump.html -share/gtk-doc/html/netdude/netdude-nd-trace-registry.html -share/gtk-doc/html/netdude/netdude-nd-trace.html -share/gtk-doc/html/netdude/netdude-nd.html -share/gtk-doc/html/netdude/x101.html -share/gtk-doc/html/netdude/x102.html -share/gtk-doc/html/netdude/x111.html -share/gtk-doc/html/netdude/x112.html -share/gtk-doc/html/netdude/x125.html -share/gtk-doc/html/netdude/x126.html -share/gtk-doc/html/netdude/x141.html -share/gtk-doc/html/netdude/x142.html -share/gtk-doc/html/netdude/x157.html -share/gtk-doc/html/netdude/x158.html -share/gtk-doc/html/netdude/x169.html -share/gtk-doc/html/netdude/x170.html -share/gtk-doc/html/netdude/x180.html -share/gtk-doc/html/netdude/x181.html -share/gtk-doc/html/netdude/x186.html -share/gtk-doc/html/netdude/x193.html -share/gtk-doc/html/netdude/x214.html -share/gtk-doc/html/netdude/x215.html -share/gtk-doc/html/netdude/x216.html -share/gtk-doc/html/netdude/x222.html -share/gtk-doc/html/netdude/x250.html -share/gtk-doc/html/netdude/x252.html -share/gtk-doc/html/netdude/x253.html -share/gtk-doc/html/netdude/x279.html -share/gtk-doc/html/netdude/x280.html -share/gtk-doc/html/netdude/x65.html -share/gtk-doc/html/netdude/x90.html -share/gtk-doc/html/netdude/x91.html -share/gtk-doc/html/netdude/stylesheet.css -share/gtk-doc/html/netdude/index.sgml -@dirrm include/netdude/protocols/fddi -@dirrm include/netdude/protocols/snap -@dirrm include/netdude/protocols +include/netdude/0.4/nd.h +include/netdude/0.4/nd_debug.h +include/netdude/0.4/nd_macros.h +include/netdude/0.4/nd_clipboard.h +include/netdude/0.4/nd_dialog.h +include/netdude/0.4/nd_fam.h +include/netdude/0.4/nd_filter_gui.h +include/netdude/0.4/nd_gettext.h +include/netdude/0.4/nd_globals.h +include/netdude/0.4/nd_gui.h +include/netdude/0.4/nd_info_dialog.h +include/netdude/0.4/nd_main.h +include/netdude/0.4/nd_packet.h +include/netdude/0.4/nd_plugin.h +include/netdude/0.4/nd_prefs.h +include/netdude/0.4/nd_protocol.h +include/netdude/0.4/nd_protocol_inst.h +include/netdude/0.4/nd_protocol_plugin.h +include/netdude/0.4/nd_raw_protocol.h +include/netdude/0.4/nd_recent.h +include/netdude/0.4/nd_timestamp.h +include/netdude/0.4/nd_tp.h +include/netdude/0.4/nd_tpm_gui.h +include/netdude/0.4/nd_trace.h +include/netdude/0.4/nd_trace_area_gui.h +include/netdude/0.4/nd_trace_registry.h +include/netdude/0.4/nd_types.h +include/netdude/0.4/protocols/snap/nd_snap.h +%%PORTDOCS%%%%DOCSDIR%%/images/about_menu.gif +%%PORTDOCS%%%%DOCSDIR%%/images/arch.png +%%PORTDOCS%%%%DOCSDIR%%/images/ascii_editor.png +%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif +%%PORTDOCS%%%%DOCSDIR%%/images/exit.gif +%%PORTDOCS%%%%DOCSDIR%%/images/filter_applied.png +%%PORTDOCS%%%%DOCSDIR%%/images/filter_apply.gif +%%PORTDOCS%%%%DOCSDIR%%/images/filters.gif +%%PORTDOCS%%%%DOCSDIR%%/images/hex_editor.png +%%PORTDOCS%%%%DOCSDIR%%/images/info.gif +%%PORTDOCS%%%%DOCSDIR%%/images/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/images/main_window.png +%%PORTDOCS%%%%DOCSDIR%%/images/navigation.gif +%%PORTDOCS%%%%DOCSDIR%%/images/note.gif +%%PORTDOCS%%%%DOCSDIR%%/images/plugin_menu.gif +%%PORTDOCS%%%%DOCSDIR%%/images/preferences.gif +%%PORTDOCS%%%%DOCSDIR%%/images/warning.gif +%%PORTDOCS%%%%DOCSDIR%%/images/trace_areas.png +%%PORTDOCS%%%%DOCSDIR%%/a5220.html +%%PORTDOCS%%%%DOCSDIR%%/a5222.html +%%PORTDOCS%%%%DOCSDIR%%/a5223.html +%%PORTDOCS%%%%DOCSDIR%%/a5225.html +%%PORTDOCS%%%%DOCSDIR%%/a5228.html +%%PORTDOCS%%%%DOCSDIR%%/a5229.html +%%PORTDOCS%%%%DOCSDIR%%/a5230.html +%%PORTDOCS%%%%DOCSDIR%%/a5240.html +%%PORTDOCS%%%%DOCSDIR%%/a5241.html +%%PORTDOCS%%%%DOCSDIR%%/a5242.html +%%PORTDOCS%%%%DOCSDIR%%/a5243.html +%%PORTDOCS%%%%DOCSDIR%%/a5244.html +%%PORTDOCS%%%%DOCSDIR%%/a5246.html +%%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/b5232.html +%%PORTDOCS%%%%DOCSDIR%%/b5234.html +%%PORTDOCS%%%%DOCSDIR%%/b5235.html +%%PORTDOCS%%%%DOCSDIR%%/b5237.html +%%PORTDOCS%%%%DOCSDIR%%/b5240.html +%%PORTDOCS%%%%DOCSDIR%%/b5241.html +%%PORTDOCS%%%%DOCSDIR%%/b5242.html +%%PORTDOCS%%%%DOCSDIR%%/b5252.html +%%PORTDOCS%%%%DOCSDIR%%/b5253.html +%%PORTDOCS%%%%DOCSDIR%%/b5254.html +%%PORTDOCS%%%%DOCSDIR%%/b5255.html +%%PORTDOCS%%%%DOCSDIR%%/b5256.html +%%PORTDOCS%%%%DOCSDIR%%/b5258.html +%%PORTDOCS%%%%DOCSDIR%%/c101.html +%%PORTDOCS%%%%DOCSDIR%%/c102.html +%%PORTDOCS%%%%DOCSDIR%%/c20.html +%%PORTDOCS%%%%DOCSDIR%%/c261.html +%%PORTDOCS%%%%DOCSDIR%%/c267.html +%%PORTDOCS%%%%DOCSDIR%%/c270.html +%%PORTDOCS%%%%DOCSDIR%%/c289.html +%%PORTDOCS%%%%DOCSDIR%%/c293.html +%%PORTDOCS%%%%DOCSDIR%%/c295.html +%%PORTDOCS%%%%DOCSDIR%%/c296.html +%%PORTDOCS%%%%DOCSDIR%%/c298.html +%%PORTDOCS%%%%DOCSDIR%%/c301.html +%%PORTDOCS%%%%DOCSDIR%%/c302.html +%%PORTDOCS%%%%DOCSDIR%%/c313.html +%%PORTDOCS%%%%DOCSDIR%%/c314.html +%%PORTDOCS%%%%DOCSDIR%%/c317.html +%%PORTDOCS%%%%DOCSDIR%%/c448.html +%%PORTDOCS%%%%DOCSDIR%%/c61.html +%%PORTDOCS%%%%DOCSDIR%%/c67.html +%%PORTDOCS%%%%DOCSDIR%%/c69.html +%%PORTDOCS%%%%DOCSDIR%%/c70.html +%%PORTDOCS%%%%DOCSDIR%%/c89.html +%%PORTDOCS%%%%DOCSDIR%%/c93.html +%%PORTDOCS%%%%DOCSDIR%%/c95.html +%%PORTDOCS%%%%DOCSDIR%%/c96.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-gtkhex.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-clipboard.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-debug.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-dialog.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-fam.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-filter-gui.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-filter-registry.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-gettext.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-globals.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-gui.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-info-dialog.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-macros.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-main.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-packet-iterator.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-packet.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-plugin.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-prefs.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-protocol-inst.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-protocol-plugin.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-raw-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-recent.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-timestamp.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tp.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tpm-gui.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tpm.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-area-gui.html +%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-registry.html +%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css +share/netdude/0.4/plugins/nd_cksumfix.so +share/netdude/0.4/plugins/nd_cksumfix.la +share/netdude/0.4/plugins/nd_cksumfix.a +share/netdude/0.4/plugins/nd_bpf.so +share/netdude/0.4/plugins/nd_bpf.la +share/netdude/0.4/plugins/nd_bpf.a +share/netdude/0.4/protocols/nd_arp.so +share/netdude/0.4/protocols/nd_arp.la +share/netdude/0.4/protocols/nd_arp.a +share/netdude/0.4/protocols/nd_ethernet.so +share/netdude/0.4/protocols/nd_ethernet.la +share/netdude/0.4/protocols/nd_ethernet.a +share/netdude/0.4/protocols/nd_fddi.so +share/netdude/0.4/protocols/nd_fddi.la +share/netdude/0.4/protocols/nd_fddi.a +share/netdude/0.4/protocols/nd_icmp.so +share/netdude/0.4/protocols/nd_icmp.la +share/netdude/0.4/protocols/nd_icmp.a +share/netdude/0.4/protocols/nd_ip.so +share/netdude/0.4/protocols/nd_ip.la +share/netdude/0.4/protocols/nd_ip.a +share/netdude/0.4/protocols/nd_sll.so +share/netdude/0.4/protocols/nd_sll.la +share/netdude/0.4/protocols/nd_sll.a +share/netdude/0.4/protocols/nd_snap.so +share/netdude/0.4/protocols/nd_snap.la +share/netdude/0.4/protocols/nd_snap.a +share/netdude/0.4/protocols/nd_tcp.so +share/netdude/0.4/protocols/nd_tcp.la +share/netdude/0.4/protocols/nd_tcp.a +share/netdude/0.4/protocols/nd_udp.so +share/netdude/0.4/protocols/nd_udp.la +share/netdude/0.4/protocols/nd_udp.a +share/netdude/0.4/pixmaps/incomplete.xpm +share/netdude/0.4/pixmaps/delete.xpm +share/netdude/0.4/pixmaps/delete_okay.xpm +share/netdude/0.4/pixmaps/question.xpm +share/netdude/0.4/pixmaps/exclamation.xpm +share/netdude/0.4/pixmaps/netdude_small.xpm +share/netdude/0.4/pixmaps/netdude_splash.xpm +share/netdude/0.4/pixmaps/apply_to_all.xpm +share/netdude/0.4/pixmaps/apply_to_part.xpm +share/netdude/0.4/pixmaps/apply_to_sel.xpm +share/netdude/0.4/pixmaps/netdude-icon.png +@dirrm include/netdude/0.4/protocols/fddi +@dirrm include/netdude/0.4/protocols/snap +@dirrm include/netdude/0.4/protocols +@dirrm include/netdude/0.4 @dirrm include/netdude -@dirrm share/netdude/plugins -@dirrm share/netdude/protocols -@dirrm share/netdude/pixmaps +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm share/netdude/0.4/plugins +@dirrm share/netdude/0.4/protocols +@dirrm share/netdude/0.4/pixmaps +@dirrm share/netdude/0.4 @dirrm share/netdude -@dirrm share/gtk-doc/html/netdude/images -@dirrm share/gtk-doc/html/netdude -@dirrm share/gtk-doc/html -@dirrm share/gtk-doc --- netdude-0.4.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: