           MODULE=netdude
         VERSION=0.2.0
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/netdude/$SOURCE
        WEB_SITE=http://netdude.sourceforge.net
      MAINTAINER="nhudson@speakeasy.net"
         ENTERED=20011101
         UPDATED=20011101
           SHORT="netdude displays tcpbump trace files"
cat << EOF
Netdude is the NETwork DUmp data Displayer and Editor for tcpdump
tracefiles. It is a GUI-based tool that allows you to make detailed
changes to packets in tcpdump tracefiles. In particular, it can set
the value of every field in IP, TCP, and UDP packet headers, copy,
move, and delete packets in the tracefile, and fragment and
reassemble IP packets. Netdude constantly communicates with a tcpdump 
process to update the familiar tcpdump output that corresponds to the 
trace, which means that any changes made to your local version of
tcpdump are reflected in Netdude. Netdude features a plugin
architecture, and comes with a plugin for checksum correction in IP,
TCP, and UDP and a dummy plugin. Through the plugin mechanism,
Netdude provides a good facility for writing tcpdump trace file
filters.
EOF
