1@(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.48 1999/10/30 23:50:43 itojun Exp $ (LBL) 2 3Sun Oct 19 JST 1999 itojun@iijlab.net 4 * bring in KAME IPv6/IPsec bpf compiler. 5 6Sometime in 1999 7 * tcpdump.org imported LBL 0.4 8 9v0.4 Sat Jul 25 12:40:09 PDT 1998 10 11- Fix endian problem with DLT_NULL devices. From FreeBSD via Bill 12 Fenner (fenner@parc.xerox.com) 13 14- Fix alignment problem with FDDI under DLPI. This was causing core 15 dumps under Solaris. 16 17- Added configure options to disable flex and bison. Resulted from a 18 bug report by barnett@grymoire.crd.ge.com (Bruce Barnett). Also added 19 options to disable gcc and to force a particular packet capture type. 20 21- Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks 22 to John Hawkinson (jhawk@mit.edu) 23 24- Change Linux PPP and SLIP to use DLT_RAW since the kernel does not 25 supply any "link layer" data. 26 27- Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type. 28 Thanks to Thomas Sailer (sailer@ife.ee.ethz.ch) 29 30- Change IRIX PPP to use DLT_RAW since the kernel does not supply any 31 "link layer" data. 32 33- Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header 34 formats. 35 36- Added some new SGI snoop interface types. Thanks to Steve Alexander 37 (sca@refugee.engr.sgi.com) 38 39- Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to 40 Richard Allen (ra@hp.is) and Steinar Haug (sthaug@nethelp.no) 41 42- Fddi supports broadcast as reported by Jeff Macdonald 43 (jeff@iacnet.com). Also correct ieee802 and arcnet. 44 45- Determine Linux pcap buffer size at run time or else it might not be 46 big enough for some interface types (e.g. FDDI). Thanks to Jes 47 Sorensen (Jes.Sorensen@cern.ch) 48 49- Fix some linux alignment problems. 50 51- Document promisc argument to pcap_open_live(). Reported by Ian Marsh 52 (ianm@sics.se) 53 54- Support Metricom radio packets under Linux. Thanks to Kevin Lai 55 (laik@gunpowder.stanford.edu) 56 57- Bind to interface name under Linux to avoid packets from multiple 58 interfaces on multi-homed hosts. Thanks to Kevin Lai 59 (laik@gunpowder.stanford.edu) 60 61- Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts 62 (rroberts@muller.com) 63 64- Fixed an uninitialized memory reference found by Kent Vander Velden 65 (graphix@iastate.edu) 66 67- Fixed lex pattern for IDs to allow leading digits. As reported by 68 Theo de Raadt (deraadt@cvs.openbsd.org) 69 70- Fixed Linux include file problems when using GNU libc. 71 72- Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it. 73 Reported reported by Eric Jacksch (jacksch@tenebris.ca) 74 75- Fixed bug in pcap_dispatch() that kept it from returning on packet 76 timeouts. 77 78- Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check 79 for "lo" followed by an eos or digit (newer versions of Linux 80 apparently call the loopback "lo" instead of "lo0"). 81 82- Fixed Linux networking include files to use ints instead of longs to 83 avoid problems with 64 bit longs on the alpha. Thanks to Cristian 84 Gafton (gafton@redhat.com) 85 86v0.3 Sat Nov 30 20:56:27 PST 1996 87 88- Added Linux support. 89 90- Fixed savefile bugs. 91 92- Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl) 93 94- Add support for bpf kernel port filters. 95 96- Remove duplicate atalk protocol table entry. Thanks to Christian 97 Hopps (chopps@water.emich.edu) 98 99- Fixed pcap_lookupdev() to ignore nonexistent devices. This was 100 reported to happen under BSD/OS by David Vincenzetti 101 (vince@cryptonet.it) 102 103- Avoid solaris compiler warnings. Thanks to Bruce Barnett 104 (barnett@grymoire.crd.ge.com) 105 106v0.2.1 Sun Jul 14 03:02:26 PDT 1996 107 108- Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram 109 (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com) 110 111- Added support for SINIX. Thanks to Andrej Borsenkow 112 (borsenkow.msk@sni.de) 113 114- Fixes for AIX (although this system is not yet supported). Thanks to 115 John Hawkinson (jhawk@mit.edu) 116 117- Use autoconf's idea of the top level directory in install targets. 118 Thanks to John Hawkinson. 119 120- Add missing autoconf packet capture result message. Thanks to Bill 121 Fenner (fenner@parc.xerox.com) 122 123- Fixed padding problems in the pf module. 124 125- Fixed some more alignment problems on the alpha. 126 127- Added explicit netmask support. Thanks to Steve Nuchia 128 (steve@research.oknet.com) 129 130- Fixed to handle raw ip addresses such as 0.0.0.1 without "left 131 justifing" 132 133- Add "sca" keyword (for DEC cluster services) as suggested by Terry 134 Kennedy (terry@spcvxa.spc.edu) 135 136- Add "atalk" keyword as suggested by John Hawkinson. 137 138- Add "igrp" keyword. 139 140- Fixed HID definition in grammar.y to be a string, not a value. 141 142- Use $CC when checking gcc version. Thanks to Carl Lindberg 143 (carl_lindberg@blacksmith.com) 144 145- Removed obsolete reference to pcap_immediate() from the man page. 146 Michael Stolarchuk (mts@terminator.rs.itd.umich.edu) 147 148- DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig 149 (jch@bsdi.com) 150 151v0.2 Sun Jun 23 02:28:42 PDT 1996 152 153- Add support for HP-UX. Resulted from code contributed by Tom Murray 154 (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville 155 (philipp@res.enst.fr) 156 157- Update INSTALL with a reminder to install include files. Thanks to 158 Mark Andrews (mandrews@aw.sgi.com) 159 160- Fix bpf compiler alignment bug on the alpha. 161 162- Use autoconf to detect architectures that can't handle misaligned 163 accesses. 164 165- Added loopback support for snoop. Resulted from report Steve 166 Alexander (sca@engr.sgi.com) 167 168v0.1 Fri Apr 28 18:11:03 PDT 1995 169 170- Fixed compiler and optimizer bugs. The BPF filter engine uses unsigned 171 comparison operators, while the code generator and optimizer assumed 172 signed semantics in several places. Thanks to Charlie Slater 173 (cslater@imatek.com) for pointing this out. 174 175- Removed FDDI ifdef's, they aren't really needed. Resulted from report 176 by Gary Veum (veum@boa.gsfc.nasa.gov). 177 178- Add pcap-null.c which allows offline use of libpcap on systems that 179 don't support live package capture. This feature resulting from a 180 request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl). 181 182- Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin 183 (Pascal.Hennequin@hugo.int-evry.fr). 184 185- Port to GNU autoconf. 186 187- Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming 188 Johansen (fsj@csd.cri.dk). 189 190- Handle multi-digit interface unit numbers (aka ppa's) under dlpi. 191 Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu). 192 193- Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report 194 by Jeff Murphy (jcmurphy@acsu.buffalo.edu). 195 196- Add support for "long jumps". Thanks to Jeffrey Mogul 197 (mogul@pa.dec.com). 198 199- Fix minor problems when compiling with BDEBUG as noticed by Scott 200 Bertilson (scott@unet.umn.edu). 201 202- Declare sys_errlist "const char *const" to avoid problems under 203 FreeBSD. Resulted from report by jher@eden.com. 204 205v0.0.6 Fri Apr 28 04:07:13 PDT 1995 206 207- Add missing variable declaration missing from 0.0.6 208 209v0.0.5 Fri Apr 28 00:22:21 PDT 1995 210 211- Workaround for problems when pcap_read() returns 0 due to the timeout 212 expiring. 213 214v0.0.4 Thu Apr 20 20:41:48 PDT 1995 215 216- Change configuration to not use gcc v2 flags with gcc v1. 217 218- Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next() 219 should also return 0. Thanks to Richard Stevens (rstevens@noao.edu). 220 221- Fixed configure to test for snoop before dlpi to avoid problems under 222 IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com). 223 224- Hack around deficiency in Ultrix's make. 225 226- Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle 227 savefiles that have more than snapshot bytes of data in them (so we 228 can read old savefiles) and avoid writing such files. 229 230- Added checkioctl which is used with gcc to check that the 231 "fixincludes" script has been run. 232 233v0.0.3 Tue Oct 18 18:13:46 PDT 1994 234 235- Fixed configure to test for snoop before dlpi to avoid problems under 236 IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com). 237 238v0.0.2 Wed Oct 12 20:56:37 PDT 1994 239 240- Implement timeout in the dlpi pcap_open_live(). Thanks to Richard 241 Stevens. 242 243- Determine pcap link type from dlpi media type. Resulted from report 244 by Mahesh Jethanandani (mahesh@npix.com). 245 246v0.0.1 Fri Jun 24 14:50:57 PDT 1994 247 248- Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout 249 wasn't being initialized sometimes resulting in an "NIOCSFLAGS: 250 Invalid argument" error under OSF/1. Reported by Matt Day 251 (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com). 252 253- Turn on FDDI support by default. 254 255v0.0 Mon Jun 20 19:20:16 PDT 1994 256 257- Initial release. 258 259- Fixed bug with greater/less keywords, reported by Mark Andrews 260 (mandrews@alias.com). 261 262- Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported 263 by Elan Amir (elan@leeb.cs.berkeley.edu). 264 265- Machines with little-endian byte ordering are supported thanks to 266 Jeff Mogul. 267 268- Add hack for version 2.3 savefiles which don't have caplen and len 269 swapped thanks to Vern Paxson. 270 271- Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson. 272 273- Added length, inbound and outbound keywords. 274