??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 178
Libnids author:
Nergal
Corrections to make libnids build on *BSD; bugfixes, GNU autoconf support,
libnids(3) manpage, alpha platform problems solved:
Dug Song
The fix of the problem with gcc 2.95 and 2.0.x asm code; the ideas of
nids_getfd(), nids_next():
Adam Langley
The idea of ip_filter function
Sebastian
WIN32 support
Michael Davis
Memory leak in tcp.c reported
billzh , Rob Willis
Possible improper behaviour of notify()
Rob Willis
Stupid bug found in nids_register_ip_frag()
Gabe Wachob , Solar Designer
Patches to support libc5
Solar Designer , Denis Ducamp
Requests for features, constructive critics
Solar Designer
Support for token ring
Vacuum
Alignment bug in hash.c
Anders Thulin
Ken Mandelberg
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
dangerous typo found in libpcap.c, in code handling source routed frames
Keiji Takeda
support for wireless frames (DLT_IEEE802_11)
William McVey
support for libpcap save files
Scott Renfro
actually, many people sent their save file patches; I picked Scott's one
DLT_LINUX_SLL
Robin Redeker
support for 802.1Q VLAN
Jason Ackley
added AM_MAKEFLAGS
Brad
added a working link to Ptacek-Newsham paper
Nick Drage
replaced %hi with %hu
Kazennov Vladimir
report on configure unable to find libraries
Eric Darchis
DLT_FDDI
jkrage@buser.net
random() -> rand()
Davide Madrisan
provided pcap dump file triggering a bug in TCP reassembly
Yoav Weiss
reported a problem with fragroute "tcp_chaff paws",
reported a problem with "collect" fields handling,
exec_prefix patch,
reported a problem with short snaplen pcapfiles
Russ Fink
reported a problem with memory corruption
Robert Watson
reported a problem with multiline literals and gcc 3.3
many folks; the first report from Arkadiusz Patyk
reported a problem with signed/unsigned in get_ts()
many folks; the first report from Russ Fink
suggestion to export the pcap header of the last packet
Arthur Bergman
suggestion to make pcap_timeout parameter settable in params
Pedro Paulo Jr
prism wireless cards support
snax
reported a problem which revealed that dataless acks are not let through
Russ Fink
reported raw_init() breakage
Brian Wesley Dillard
DLT_PPP_SERIAL
Jean-Edouard BABIN
Reported a problem with gcc 3.5 and csum_partial
Jon Oberheide
man page fixes
Solar Designer
suggested inline asm fixes to reflect the usage of registers
Solar Designer
nids_dispatch(), API/documentation improvements
Mike Pomraning
submission of pcap files containing tcp stream with wscale
Marc A. Lehmann
Robin Redeker
manpage suggestions, valuable discussions
Marc A. Lehmann
two threads patch (one for packet capture, other for packets processing)
Erno Rigo
more externals to access libnids' intrinsics from the outside
(nids_last_pcap_data, nids_linkoffset, nids_prm.pcap_desc,
nids_find_tcp_stream(), nids_free_tcp_stream(), nids_pcap_handler()
and nids_exit()), more API functions (nids_unregister_*()),
fix to prevent adding several times the same user-defined callback
function with nids_register_*()), UDP checksumming fix (0 is not an error
according to RFC768), timeout'ing of TCP streams closed despite
needed retransmissions if nids_params.tcp_workarounds is non-zero,
tcp_stream.user for connection-wide user-defined parameter,
and updated manpage & API docs :)
Sebastien Raveau
Persistent quering about nonworking nids_killtcp() against XP SP2:
"Pedro Paulo de Magalhaes Oliveira Junior"
"Rafael Donnici de Azevedo"
"absolute offset 0 byte" bug report
Treker Chen
DLT_IEEE802_11_RADIO support
crass@berlios.de
fix DLT_PRISM_HEADER linkoffset calculation;
check for DATA_FRAME_IS_QOS in wireless frames (code from tcpdump)
spotted by xenion
free queued tcp segments with too old seq
"Xiang, Lin" wallyymir@yahoo.com
reported possible NULL dereference in ip_fragment.c
"Alfred E. Heggestad"
notes about global variables in case of multiproc operation
"Ben, Wu CheokMan"
David Cannings , Abhisek Datta
missing reset of some tcp_* variables upon nids_exit
Michal Pecio
correct calculation of radiotap header
Jon Oberheide , Alon Bar-Lev
compilation warning fixes
Gao Xia
another possible NULL dereference in ip_fragment.c fix
Jeff Nathan
pcap_get_selectable_fd()
Alon Bar-Lev
unofficial patch that enables tracking of already established TCP
connections
Libnids uses libpcap and libnet libraries:
LBNL Network Research Group
ftp://ftp.ee.lbl.gov/libpcap.tar.Z
new versions available at http://www.tcpdump.org/release/
Mike D. Schiffman
route|daemon9
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.