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