diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 17:06:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 17:06:33 +0000 |
commit | a2dd9d18b9f7f16459c065517bbd5a9c49c44a1b (patch) | |
tree | 9323a246c15cacd530e4c1f055cb553304d52123 /net/libnids/distinfo | |
parent | 3c69cf21a33f0fa8822daa5b43758618df464947 (diff) | |
download | pkgsrc-a2dd9d18b9f7f16459c065517bbd5a9c49c44a1b.tar.gz |
Update to 1.20:
v1.20 Feb 4 2005
- added wscale option parsing; surprisingly, it seems to be in some use
- added nids_dispatch(), for systems which do not ignore pcap timeout
- ability to specify hosts/networks for which we do not check checksums
v1.19 Aug 08 2004
- fixed signed/unsigned comparisons; 1.18 could be possibly crashed in tcp
options parsing (though an unlikely to happen memory layout is required);
now the source is compiled with -W -Wall
- export pcap header of the last received packet (to get timestamp etc)
- export the timeout parameter to pcap_open_live in params
- support DLT_PRISM_HEADER
- support DLT_PPP_SERIAL
- let through dataless acks
- fixed raw_init() prototype
- switched to use %edi instead of %ebx in csum_partial to make gcc-3.5 happy
when compiling with -fPIC; cleaned inline asm
- fixed a bug when a queued FIN segment was not processed properly, which
resulted in not closing a stream
Diffstat (limited to 'net/libnids/distinfo')
-rw-r--r-- | net/libnids/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/libnids/distinfo b/net/libnids/distinfo index f387825c6ee..a9c7879448e 100644 --- a/net/libnids/distinfo +++ b/net/libnids/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 12:13:52 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/03/23 17:06:33 wiz Exp $ -SHA1 (libnids-1.18.tar.gz) = 3494e614e5e5d2f60f2ffe738307e60e77e04a81 -RMD160 (libnids-1.18.tar.gz) = b33ba8237ba0bb31d2515bd5b7552449cfcca8f3 -Size (libnids-1.18.tar.gz) = 114013 bytes -SHA1 (patch-aa) = 39c8271928ba37584b875550493e447c1eff0109 +SHA1 (libnids-1.20.tar.gz) = bafbe6529430cce2496dbb086b17caa0076368e1 +RMD160 (libnids-1.20.tar.gz) = 896562288dd43cc7789974ee0fd54f9e68e09449 +Size (libnids-1.20.tar.gz) = 119226 bytes |