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