]> The Tcpdump Group git mirrors - libpcap/blob - CHANGES
From Paolo Abeni: support for a memory-mapped capture buffer.
[libpcap] / CHANGES
1 @(#) $Header: /tcpdump/master/libpcap/CHANGES,v 1.67 2007-07-24 02:25:19 mcr Exp $ (LBL)
2
3 Wed. April 25, 2007. ken@xelerance.com. Summary for 0.9.6 libpcap release
4
5 Put the public libpcap headers into a pcap subdirectory in both the
6 source directory and the target include directory, and have include
7 files at the top-level directory to include those headers, for
8 backwards compatibility.
9 Add Bluetooth support
10 Add USB capturing support on Linux
11 Add support for the binary USB sniffing interface in Linux
12 Add support for new FreeBSD BIOCSDIRECTION ioctl
13 Add additional filter operations for 802.11 frame types
14 Add support for filtering on MTP2 frame types
15 Propagate some changes from the main branch, so the x.9 branch has
16 all the DLT_ and LINKTYPE_ values that the main branch does
17 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
18 encapsulated packets
19 Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
20 by Linux drivers
21 Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
22 Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
23 Add DLT for Bluetooth HCI UART transport layer
24 When building a shared library, build with "-fPIC" on Linux to support x86_64
25 Link with "$(CC) -shared" rather than "ld -shared" when building a
26 ".so" shared library
27 Add support for autoconf 2.60
28 Fixes to discard unread packets when changing filters
29 Changes to handle name changes in the DAG library resulting from
30 switching to libtool.
31 Add support for new DAG ERF types.
32 Add an explicit "-ldag" when building the shared library, so the DAG
33 library dependency is explicit.
34 Mac OSX fixes for dealing with "wlt" devices
35 Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
36 device lists
37 Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
38 was not checked.
39
40 Tue. September 19, 2006. ken@xelerance.com. Summary for 0.9.5 libpcap release
41
42 Support for LAPD frames with vISDN
43 Support for ERF on channelized T1/E1 cards via DAG API
44 Fix capitalization that caused issues crossc compiling on Linux
45 Better failure detection on PacketGetAdapterNames()
46 Fixes for MPLS packet generation (link layer)
47 OP_PACKET now matches the beginning of the packet, instead of
48 beginning+link-layer
49 Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
50 Fix allocation of buffer for list of link-layer types
51 Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communcation Messages
52 Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
53 Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the right value for CAN).
54 Added definition for DLT_A429 and LINKTYPE_A429 as #184.
55 Added a new DLT and LINKTYPE value for CAN v2.0B frames.
56 Add support for DLT_JUNIPER_VP.
57 Don't double-count received packets on Linux systems that
58 support the PACKET_STATISTICS getsockopt() argument on
59 PF_PACKET sockets.
60 Add support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link
61 layers in Windows
62 Add support to build libpcap.lib and wpcap.dll under Cygnus and
63 MingW32.
64
65 Mon. September 5, 2005. ken@xelerance.com. Summary for 0.9.4 libpcap release
66
67 Support for radiotap on Linux (Mike Kershaw)
68 Fixes for HP-UX
69 Support for additional Juniper link-layer types
70 Fixes for filters on MPLS-encapsulated packets
71 "vlan" filter fixed
72 "pppoed" and "pppoes" filters added; the latter modifies later
73 parts of the filter expression to look at the PPP headers and
74 headers in the PPP payload
75
76 Tue. July 5, 2005. ken@xelerance.com. Summary for 0.9.3 libpcap release
77
78 Fixes for compiling on nearly every platform,
79 including improved 64bit support
80 MSDOS Support
81 Add support for sending packets
82 OpenBSD pf format support
83 IrDA capture (Linux only)
84
85 Tue. March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
86
87 Fixed minor problem in gencode.c that would appear on 64-bit
88 platforms.
89 Version number is now sane.
90
91 Mon. March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
92
93 updates for autoconf 2.5
94 fixes for ppp interfaces for freebsd 4.1
95 pcap gencode can generate code for 802.11, IEEE1394, and pflog.
96
97 Wed. November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release
98
99 added pcap_findalldevs()
100 Win32 patches from NetGroup, Politecnico di Torino (Italy)
101 OpenBSD pf, DLT_PFLOG added
102 Many changes to ATM support.
103 lookup pcap_lookupnet()
104 Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
105 DLT_IP_OVER_FC, DLT_FRELAY, others.
106 Sigh. More AIX wonderfulness.
107 Document updates.
108 Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(),
109 pcap_list_datalinks(), pcap_set_datalink(),
110 pcap_lib_version(), pcap_datalink_val_to_name(),
111 pcap_datalink_name_to_val(), new error returns.
112
113 Tuesday, February 25, 2003. fenner@research.att.com. 0.7.2 release
114
115 Support link types that use 802.2 always, never, and sometimes.
116 Don't decrease the size of the BPF buffer from the default.
117 Support frame relay.
118 Handle 32-bit timestamps in DLPI, and pass the right buffer size.
119 Handle Linux systems with modern kernel but without
120 SOL_PACKET in the userland headers.
121 Linux support for ARPHRD_RAWHDLC.
122 Handle 32-bit timestamps in snoop.
123 Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
124 Add new reserved DLT types.
125
126 Monday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
127
128 Added pcap_findalldevs() call to get list of interfaces in a MI way.
129
130 pcap_stats() has been documented as to what its counters mean on
131 each platform.
132
133 Tuesday January 9, 2001. guy@alum.mit.edu. Summary for 0.6 release
134
135 New Linux libpcap implementation, which, in 2.2 and later
136 kernels, uses PF_PACKET sockets and supports kernel packet
137 filtering (if compiled into the kernel), and supports the "any"
138 device for capturing on all interfaces. Cleans up promiscuous
139 mode better on pre-2.2 kernels, and has various other fixes
140 (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
141 doesn't show duplicate packets on loopback interface, etc.).
142
143 Fixed HP-UX libpcap implementation to correctly get the PPA for
144 an interface, to allow interfaces to be opened by interface name.
145
146 libpcap savefiles have system-independent link-layer type values
147 in the header, rather than sometimes platform-dependent DLT_
148 values, to make it easier to exchange capture files between
149 different OSes.
150
151 Non-standard capture files produced by some Linux tcpdumps, e.g.
152 the one from Red Hat Linux 6.2 and later, can now be read.
153
154 Updated autoconf stock files.
155
156 Filter expressions can filter on VLAN IDs and various OSI
157 protocols, and work on Token Ring (with non-source-routed
158 packets).
159
160 "pcap_open_dead()" added to allow compiling filter expressions
161 to pcap code without opening a capture device or capture file.
162
163 Header files fixed to allow use in C++ programs.
164
165 Removed dependancy on native headers for packet layout.
166 Removed Linux specific headers that were shipped.
167
168 Security fixes: Strcpy replaced with strlcpy, sprintf replaced
169 with snprintf.
170
171 Fixed bug that could cause subsequent "pcap_compile()"s to fail
172 erroneously after one compile failed.
173
174 Assorted other bug fixes.
175
176 README.aix and README.linux files added to describe
177 platform-specific issues.
178
179 "getifaddrs()" rather than SIOCGIFCONF used, if available.
180
181 v0.5 Sat Jun 10 11:09:15 PDT 2000
182
183 itojun@iijlab.net
184 - Brought in KAME IPv6/IPsec bpf compiler.
185 - Fixes for NetBSD.
186 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
187 and changes to work around different BSDs having different DLT_ types
188 with the same numeric value.
189
190 Assar Westerlund <assar@sics.se>
191 - Building outside the source code tree fixed.
192 - Changed to write out time stamps with 32-bit seconds and microseconds
193 fields, regardless of whether those fields are 32 bits or 64 bits in
194 the OS's native "struct timeval".
195 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
196 the list of interfaces is read as necessary in order to hold the
197 entire list.
198
199 Greg Troxel <gdt@ir.bbn.com>
200 - Added a new "pcap_compile_nopcap()", which lets you compile a filter
201 expression into a BPF program without having an open live capture or
202 capture file.
203
204 v0.4 Sat Jul 25 12:40:09 PDT 1998
205
206 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
207 Fenner (fenner@parc.xerox.com)
208
209 - Fix alignment problem with FDDI under DLPI. This was causing core
210 dumps under Solaris.
211
212 - Added configure options to disable flex and bison. Resulted from a
213 bug report by barnett@grymoire.crd.ge.com (Bruce Barnett). Also added
214 options to disable gcc and to force a particular packet capture type.
215
216 - Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
217 to John Hawkinson (jhawk@mit.edu)
218
219 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
220 supply any "link layer" data.
221
222 - Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type.
223 Thanks to Thomas Sailer (sailer@ife.ee.ethz.ch)
224
225 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
226 "link layer" data.
227
228 - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
229 formats.
230
231 - Added some new SGI snoop interface types. Thanks to Steve Alexander
232 (sca@refugee.engr.sgi.com)
233
234 - Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
235 Richard Allen (ra@hp.is) and Steinar Haug (sthaug@nethelp.no)
236
237 - Fddi supports broadcast as reported by Jeff Macdonald
238 (jeff@iacnet.com). Also correct ieee802 and arcnet.
239
240 - Determine Linux pcap buffer size at run time or else it might not be
241 big enough for some interface types (e.g. FDDI). Thanks to Jes
242 Sorensen (Jes.Sorensen@cern.ch)
243
244 - Fix some linux alignment problems.
245
246 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh
247 (ianm@sics.se)
248
249 - Support Metricom radio packets under Linux. Thanks to Kevin Lai
250 (laik@gunpowder.stanford.edu)
251
252 - Bind to interface name under Linux to avoid packets from multiple
253 interfaces on multi-homed hosts. Thanks to Kevin Lai
254 (laik@gunpowder.stanford.edu)
255
256 - Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
257 (rroberts@muller.com)
258
259 - Fixed an uninitialized memory reference found by Kent Vander Velden
260 (graphix@iastate.edu)
261
262 - Fixed lex pattern for IDs to allow leading digits. As reported by
263 Theo de Raadt (deraadt@cvs.openbsd.org)
264
265 - Fixed Linux include file problems when using GNU libc.
266
267 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
268 Reported reported by Eric Jacksch (jacksch@tenebris.ca)
269
270 - Fixed bug in pcap_dispatch() that kept it from returning on packet
271 timeouts.
272
273 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check
274 for "lo" followed by an eos or digit (newer versions of Linux
275 apparently call the loopback "lo" instead of "lo0").
276
277 - Fixed Linux networking include files to use ints instead of longs to
278 avoid problems with 64 bit longs on the alpha. Thanks to Cristian
279 Gafton (gafton@redhat.com)
280
281 v0.3 Sat Nov 30 20:56:27 PST 1996
282
283 - Added Linux support.
284
285 - Fixed savefile bugs.
286
287 - Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl)
288
289 - Add support for bpf kernel port filters.
290
291 - Remove duplicate atalk protocol table entry. Thanks to Christian
292 Hopps (chopps@water.emich.edu)
293
294 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
295 reported to happen under BSD/OS by David Vincenzetti
296 (vince@cryptonet.it)
297
298 - Avoid solaris compiler warnings. Thanks to Bruce Barnett
299 (barnett@grymoire.crd.ge.com)
300
301 v0.2.1 Sun Jul 14 03:02:26 PDT 1996
302
303 - Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram
304 (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
305
306 - Added support for SINIX. Thanks to Andrej Borsenkow
307 (borsenkow.msk@sni.de)
308
309 - Fixes for AIX (although this system is not yet supported). Thanks to
310 John Hawkinson (jhawk@mit.edu)
311
312 - Use autoconf's idea of the top level directory in install targets.
313 Thanks to John Hawkinson.
314
315 - Add missing autoconf packet capture result message. Thanks to Bill
316 Fenner (fenner@parc.xerox.com)
317
318 - Fixed padding problems in the pf module.
319
320 - Fixed some more alignment problems on the alpha.
321
322 - Added explicit netmask support. Thanks to Steve Nuchia
323 (steve@research.oknet.com)
324
325 - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
326 justifing"
327
328 - Add "sca" keyword (for DEC cluster services) as suggested by Terry
329 Kennedy (terry@spcvxa.spc.edu)
330
331 - Add "atalk" keyword as suggested by John Hawkinson.
332
333 - Add "igrp" keyword.
334
335 - Fixed HID definition in grammar.y to be a string, not a value.
336
337 - Use $CC when checking gcc version. Thanks to Carl Lindberg
338 (carl_lindberg@blacksmith.com)
339
340 - Removed obsolete reference to pcap_immediate() from the man page.
341 Michael Stolarchuk (mts@terminator.rs.itd.umich.edu)
342
343 - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
344 (jch@bsdi.com)
345
346 v0.2 Sun Jun 23 02:28:42 PDT 1996
347
348 - Add support for HP-UX. Resulted from code contributed by Tom Murray
349 (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
350 (philipp@res.enst.fr)
351
352 - Update INSTALL with a reminder to install include files. Thanks to
353 Mark Andrews (mandrews@aw.sgi.com)
354
355 - Fix bpf compiler alignment bug on the alpha.
356
357 - Use autoconf to detect architectures that can't handle misaligned
358 accesses.
359
360 - Added loopback support for snoop. Resulted from report Steve
361 Alexander (sca@engr.sgi.com)
362
363 v0.1 Fri Apr 28 18:11:03 PDT 1995
364
365 - Fixed compiler and optimizer bugs. The BPF filter engine uses unsigned
366 comparison operators, while the code generator and optimizer assumed
367 signed semantics in several places. Thanks to Charlie Slater
368 (cslater@imatek.com) for pointing this out.
369
370 - Removed FDDI ifdef's, they aren't really needed. Resulted from report
371 by Gary Veum (veum@boa.gsfc.nasa.gov).
372
373 - Add pcap-null.c which allows offline use of libpcap on systems that
374 don't support live package capture. This feature resulting from a
375 request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl).
376
377 - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
378 (Pascal.Hennequin@hugo.int-evry.fr).
379
380 - Port to GNU autoconf.
381
382 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
383 Johansen (fsj@csd.cri.dk).
384
385 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
386 Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
387
388 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
389 by Jeff Murphy (jcmurphy@acsu.buffalo.edu).
390
391 - Add support for "long jumps". Thanks to Jeffrey Mogul
392 (mogul@pa.dec.com).
393
394 - Fix minor problems when compiling with BDEBUG as noticed by Scott
395 Bertilson (scott@unet.umn.edu).
396
397 - Declare sys_errlist "const char *const" to avoid problems under
398 FreeBSD. Resulted from report by jher@eden.com.
399
400 v0.0.6 Fri Apr 28 04:07:13 PDT 1995
401
402 - Add missing variable declaration missing from 0.0.6
403
404 v0.0.5 Fri Apr 28 00:22:21 PDT 1995
405
406 - Workaround for problems when pcap_read() returns 0 due to the timeout
407 expiring.
408
409 v0.0.4 Thu Apr 20 20:41:48 PDT 1995
410
411 - Change configuration to not use gcc v2 flags with gcc v1.
412
413 - Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
414 should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
415
416 - Fixed configure to test for snoop before dlpi to avoid problems under
417 IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
418
419 - Hack around deficiency in Ultrix's make.
420
421 - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
422 savefiles that have more than snapshot bytes of data in them (so we
423 can read old savefiles) and avoid writing such files.
424
425 - Added checkioctl which is used with gcc to check that the
426 "fixincludes" script has been run.
427
428 v0.0.3 Tue Oct 18 18:13:46 PDT 1994
429
430 - Fixed configure to test for snoop before dlpi to avoid problems under
431 IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
432
433 v0.0.2 Wed Oct 12 20:56:37 PDT 1994
434
435 - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
436 Stevens.
437
438 - Determine pcap link type from dlpi media type. Resulted from report
439 by Mahesh Jethanandani (mahesh@npix.com).
440
441 v0.0.1 Fri Jun 24 14:50:57 PDT 1994
442
443 - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
444 wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
445 Invalid argument" error under OSF/1. Reported by Matt Day
446 (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
447
448 - Turn on FDDI support by default.
449
450 v0.0 Mon Jun 20 19:20:16 PDT 1994
451
452 - Initial release.
453
454 - Fixed bug with greater/less keywords, reported by Mark Andrews
455 (mandrews@alias.com).
456
457 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
458 by Elan Amir (elan@leeb.cs.berkeley.edu).
459
460 - Machines with little-endian byte ordering are supported thanks to
461 Jeff Mogul.
462
463 - Add hack for version 2.3 savefiles which don't have caplen and len
464 swapped thanks to Vern Paxson.
465
466 - Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
467
468 - Added length, inbound and outbound keywords.