
Libnids author:

    Nergal <nergal@avet.com.pl>


Corrections to make libnids build on *BSD; bugfixes, GNU autoconf support,
libnids(3) manpage, alpha platform problems solved:

    Dug Song <dugsong@anzen.com>


The fix of the problem with gcc 2.95 and 2.0.x asm code; the ideas of
nids_getfd(), nids_next():
    
    Adam Langley <aglangley@geocities.com>


The idea of ip_filter function

   Sebastian <scut@nb.in-berlin.de>


WIN32 support

  Michael Davis <Mike@eEye.com> 


Memory leak in tcp.c reported

  billzh <billzh@szonline.net>, Rob Willis <rob@e-critical.com>


Possible improper behaviour of notify()

  Rob Willis <rob@e-critical.com>


Stupid bug found in nids_register_ip_frag()

   Gabe Wachob <gwachob@wachob.net>, Solar Designer <solar@false.com>


Patches to support libc5

  Solar Designer <solar@false.com>, Denis Ducamp <Denis.Ducamp@hsc.fr>


Requests for features, constructive critics

  Solar Designer <solar@false.com>


Support for token ring

  Vacuum <vacuum@technotronic.com>


Alignment bug in hash.c

 Anders Thulin <ath@algonet.se>
 Ken Mandelberg <km@mathcs.emory.edu>


in.h missing in "configure" test programs. Damn, if a include file X needs 
structures defined in Y, why doesn't X include Y ? Stupid Solaris.

 Raymond Scott <rscott@directlink.net>


dangerous typo found in libpcap.c, in code handling source routed frames 

 Keiji Takeda <keiji@sfc.keio.ac.jp>



Libnids uses libpcap and libnet libraries:
    
   LBNL Network Research Group <libpcap@ee.lbl.gov>
   ftp://ftp.ee.lbl.gov/libpcap.tar.Z

   Mike D. Schiffman <mike@infonexus.com>
   route|daemon9 <route@infonexus.com>
   http://www.packetfactory.net/libnet
 
Libnids emulates algorithms present in Linux 2.0.36 kernel. The files
ip_fragment.c and ip_options.c are the modified respective files from Linux 
2.0.36 kernel source. The asm code used for checksums computing is taken
from Linux 2.2.10 kernel source.
