Remove building with NOCRYPTO option
[minix3.git] / external / bsd / libpcap / dist / CHANGES
blob2a50776c05dceacdebf72ba323d982b11962712f
1 Thursday Feb. 12, 2015 guy@alum.mit.edu/mcr@sandelman.ca
2   Summary for 1.8.0 libpcap release
3         Support for filtering Geneve encapsulated packets.
5 Wednesday Nov. 12, 2014 guy@alum.mit.edu/mcr@sandelman.ca
6   Summary for 1.7.0 libpcap release
7         Fix handling of zones for BPF on Solaris
8         new DLT for ZWAVE
9         clarifications for read timeouts.
10         added bpf_filter1() with extensions
11         some fixes to compilation without stdint.h
12         EBUSY can now be returned by SNFv3 code.
14 Monday Aug. 12, 2014 guy@alum.mit.edu
15   Summary for 1.6.2 libpcap release
16         Don't crash on filters testing a non-existent link-layer type
17             field.
18         Fix sending in non-blocking mode on Linux with memory-mapped
19             capture.
20         Fix timestamps when reading pcap-ng files on big-endian
21             machines.
23 Saturday  Jul. 19, 2014 mcr@sandelman.ca
24   Summary for 1.6.1 libpcap release
25         some fixes for the any device
26         changes for how --enable-XXX (--enable-sniffing, --enable-can) works
28 Wednesday Jul. 2, 2014 mcr@sandelman.ca
29   Summary for 1.6.0 libpcap release
30         Don't support D-Bus sniffing on OS X
31         fixes for byte order issues with NFLOG captures
32         Handle using cooked mode for DLT_NETLINK in activate_new().
33         on platforms where you can not capture on down interfaces, do not list them
34         but: do list interfaces which are down, if you can capture on them!
36 Wednesday December 18, 2013 guy@alum.mit.edu
37 Summary for 1.5.3 libpcap release
38         Don't let packets that don't match the current filter get to the
39             application when TPACKET_V3 is used. (GitHub issue #331)
40         Fix handling of pcap_loop()/pcap_dispatch() with a packet count
41             of 0 on some platforms (including Linux with TPACKET_V3).
42             (GitHub issue #333)
43         Work around TPACKET_V3 deficiency that causes packets to be lost
44             when a timeout of 0 is specified. (GitHub issue #335)
45         Man page formatting fixes.
47 Wednesday December 4, 2013 guy@alum.mit.edu
48 Summary for 1.5.2 libpcap release
49         Fix libpcap to work when compiled with TPACKET_V3 support and
50             running on a kernel without TPACKET_V3 support. (GitHub
51             issue #329)
53 Wednesday November 20, 2013 guy@alum.mit.edu
54 Summary for 1.5.1 libpcap release
55         Report an error, rather than crashing, if an IPv6 address is
56             used for link-layer filtering.  (Wireshark bug 9376)
58 Wednesday October 30, 2013 guy@alum.mit.edu
59 Summary for 1.5.0 libpcap release
60         TPACKET_V3 support added for Linux
61         Point users to the the-tcpdump-group repository on GitHub rather
62             than the mcr repository
63         Checks added for malloc()/realloc()/etc. failures
64         Fixed build on Solaris 11
65         Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A
66         Use "ln -s" to link man pages by default
67         Add support for getting nanosecond-resolution time stamps when
68             capturing and reading capture files
69         Many changes to autoconf to deal better with non-GCC compilers
70         added many new DLT types
72 Saturday April 6, 2013 guy@alum.mit.edu
73 Summary for 1.4.0 libpcap release
74         Add netfilter/nfqueue interface.
75         If we don't have support for IPv6 address resolution, support,
76             in filter expressions, what IPv6 stuff we can.
77         Fix pcap-config to include -lpthread if canusb support is
78             present
79         Try to fix "pcap_parse not defined" problems when --without-flex
80             and --without-bison are used when you have Flex and Bison
81         Fix some issues with the pcap_loop man page.
82         Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
83             supplied error message buffer
84         Fix typo that, it appeared, would cause pcap-libdlpi.c not to
85             compile (perhaps systems with libdlpi also have BPF and use
86             that instead)
87         Catch attempts to call pcap_compile() on a non-activated pcap_t
88         Fix crash on Linux with CAN-USB support without usbfs
89         Fix addition of VLAN tags for Linux cooked captures
90         Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
91             that the driver can report either one if it doesn't support
92             SIOCETHTOOL
93         Add DLT_INFINIBAND and DLT_SCTP
94         Describe "proto XXX" and "protochain XXX" in the pcap-filter man
95             page
96         Handle either directories, or symlinks to directories, that
97             correspond to interfaces in /sys/class/net
98         Fix handling of VLAN tag insertion to check, on Linux 3.x
99             kernels, for VLAN tag valid flag
100         Clean up some man pages
101         Support libnl3 as well as libnl1 and libnl2 on Linux
102         Fix handling of Bluetooth devices on 3.x Linux kernels
104 Friday  March 30, 2012.  mcr@sandelman.ca
105 Summary for 1.3.0 libpcap release
106         Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
107         Linux: Don't fail if netfilter isn't enabled in the kernel.
108         Add new link-layer type for NFC Forum LLCP.
109         Put the CANUSB stuff into EXTRA_DIST, so it shows up in the release tarball.
110         Add LINKTYPE_NG40/DLT_NG40.
111         Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
112         [PATCH] Fix AIX-3.5 crash with read failure during stress
113         AIX fixes.
114         Introduce --disable-shared configure option.
115         Added initial support for canusb devices.
116         Include the pcap(3PCAP) additions as 1.2.1 changes.
117         many updates to documentation: pcap.3pcap.in
118         Improve 'inbound'/'outbound' capture filters under Linux.
119         Note the cleanup of handling of new DLT_/LINKTYPE_ values.
120         On Lion, don't build for PPC.
121         For mac80211 devices we need to clean up monitor mode on exit.
123 Friday  December 9, 2011.  guy@alum.mit.edu.
124 Summary for 1.2.1 libpcap release
125         Update README file.
126         Fix typoes in README.linux file.
127         Clean up some compiler warnings.
128         Fix Linux compile problems and tests for ethtool.h.
129         Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
130          toolchains.
131         Support 802.1 QinQ as a form of VLAN in filters.
132         Treat "carp" as equivalent to "vrrp" in filters.
133         Fix code generated for "ip6 protochain".
134         Add some new link-layer header types.
135         Support capturing NetFilter log messages on Linux.
136         Clean up some error messages.
137         Turn off monitor mode on exit for mac80211 interfaces on Linux.
138         Fix problems turning monitor mode on for non-mac80211 interfaces
139          on Linux.
140         Properly fail if /sys/class/net or /proc/net/dev exist but can't
141          be opened.
142         Fail if pcap_activate() is called on an already-activated
143          pcap_t, and add a test program for that.
144         Fix filtering in pcap-ng files.
145         Don't build for PowerPC on Mac OS X Lion.
146         Simplify handling of new DLT_/LINKTYPE_ values.
147         Expand pcap(3PCAP) man page.
149 Sunday  July 24, 2011.  mcr@sandelman.ca.
150 Summary for 1.2 libpcap release
151         All of the changes listed below for 1.1.1 and 1.1.2.
152         Changes to error handling for pcap_findalldevs().
153         Fix the calculation of the frame size in memory-mapped captures.
154         Add a link-layer header type for STANAG 5066 D_PDUs.
155         Add a link-layer type for a variant of 3GPP TS 27.010.
156         Noted real nature of LINKTYPE_ARCNET.
157         Add a link-layer type for DVB-CI.
158         Fix configure-script discovery of VLAN acceleration support.
159          see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
160         Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
161         Protect against including AIX 5.x's <net/bpf.h> having been included.
162         Add DLT_DBUS, for raw D-Bus messages.
163         Treat either EPERM or EACCES as "no soup for you".
164         Changes to permissions on DLPI systems.
165         Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
167 Fri.    August 6, 2010.  guy@alum.mit.edu.
168 Summary for 1.1.2 libpcap release
169         Return DLT_ values, not raw LINKTYPE_ values from
170           pcap_datalink() when reading pcap-ng files
171         Add support for "wlan ra" and "wlan ta", to check the RA and TA
172           of WLAN frames that have them
173         Don't crash if "wlan addr{1,2,3,4}" are used without 802.11
174           headers
175         Do filtering on USB and Bluetooth capturing
176         On FreeBSD/SPARC64, use -fPIC - it's apparently necessary
177         Check for valid port numbers (fit in a 16-bit unsigned field) in
178           "port" filters
179         Reject attempts to put savefiles into non-blocking mode
180         Check for "no such device" for the "get the media types" ioctl
181           in *BSD
182         Improve error messages from bpf_open(), and let it do the error
183           handling
184         Return more specific errors from pcap_can_set_rfmon(); fix
185           documentation
186         Update description fetching code for FreeBSD, fix code for
187           OpenBSD
188         Ignore /sys/net/dev files if we get ENODEV for them, not just
189           ENXIO; fixes handling of bonding devices on Linux
190         Fix check for a constant 0 argument to BPF_DIV
191         Use the right version of ar when cross-building
192         Free any filter set on a savefile when the savefile is closed
193         Include the CFLAGS setting when configure was run in the
194           compiler flags
195         Add support for 802.15.4 interfaces on Linux
197 Thu.    April 1, 2010.  guy@alum.mit.edu.
198 Summary for 1.1.1 libpcap release
199         Update CHANGES to reflect more of the changes in 1.1.0.
200         Fix build on RHEL5.
201         Fix shared library build on AIX.
203 Thu.    March 11, 2010.  ken@netfunctional.ca/guy@alum.mit.edu.
204 Summary for 1.1.0 libpcap release
205         Add SocketCAN capture support
206         Add Myricom SNF API support
207         Update Endace DAG and ERF support
208         Add support for shared libraries on Solaris, HP-UX, and AIX
209         Build, install, and un-install shared libraries by default;
210           don't build/install shared libraries on platforms we don't support
211         Fix building from a directory other than the source directory
212         Fix compiler warnings and builds on some platforms
213         Update config.guess and config.sub
214         Support monitor mode on mac80211 devices on Linux
215         Fix USB memory-mapped capturing on Linux; it requires a new DLT_
216           value
217         On Linux, scan /sys/class/net for devices if we have it; scan
218           it, or /proc/net/dev if we don't have /sys/class/net, even if
219           we have getifaddrs(), as it'll find interfaces with no
220           addresses
221         Add limited support for reading pcap-ng files
222         Fix BPF driver-loading error handling on AIX
223         Support getting the full-length interface description on FreeBSD
224         In the lexical analyzer, free up any addrinfo structure we got back
225           from getaddrinfo().
226         Add support for BPF and libdlpi in OpenSolaris (and SXCE)
227         Hyphenate "link-layer" everywhere
228         Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations
229         In pcap_read_linux_mmap(), if there are no frames available, call
230           poll() even if we're in non-blocking mode, so we pick up
231           errors, and check for the errors in question.
232         Note that poll() works on BPF devices is Snow Leopard
233         If an ENXIO or ENETDOWN is received, it may mean the device has
234           gone away.  Deal with it.
235         For BPF, raise the default capture buffer size to from 32k to 512k
236         Support ps_ifdrop on Linux
237         Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile
238          under cygwin.
239         Changes to Linux mmapped captures.
240         Fix bug where create_ring would fail for particular snaplen and
241           buffer size combinations
242         Update pcap-config so that it handles libpcap requiring
243           additional libraries
244         Add workaround for threadsafeness on Windows
245         Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
246         DLT: Add DLT_CAN_SOCKETCAN
247         DLT: Add Solaris ipnet
248         Don't check for DLT_IPNET if it's not defined
249         Add link-layer types for Fibre Channel FC-2
250         Add link-layer types for Wireless HART
251         Add link-layer types for AOS
252         Add link-layer types for DECT
253         Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups)
254         Install headers unconditionally, and include vlan.h/bluetooth.h if
255           enabled
256         Autoconf fixes+cleanup
257         Support enabling/disabling bluetooth (--{en,dis}able-bluetooth)
258         Support disabling SITA support (--without-sita)
259         Return -1 on failure to create packet ring (if supported but
260           creation failed)
261         Fix handling of 'any' device, so that it can be opened, and no longer
262           attempt to open it in Monitor mode
263         Add support for snapshot length for USB Memory-Mapped Interface
264         Fix configure and build on recent Linux kernels
265         Fix memory-mapped Linux capture to support pcap_next() and
266           pcap_next_ex()
267         Fixes for Linux USB capture
268         DLT: Add DLT_LINUX_EVDEV
269         DLT: Add DLT_GSMTAP_UM
270         DLT: Add DLT_GSMTAP_ABIS
272 Mon.    October 27, 2008.  ken@netfunctional.ca.  Summary for 1.0.0 libpcap release
273         Compile with IPv6 support by default
274         Compile with large file support on by default
275         Add pcap-config script, which deals with -I/-L flags for compiling
276         DLT: Add IPMB
277         DLT: Add LAPD
278         DLT: Add AX25 (AX.25 w/KISS header)
279         DLT: Add JUNIPER_ST
280         802.15.4 support
281         Variable length 802.11 header support
282         X2E data type support
283         SITA ACN Interface support - see README.sita
284         Support for memory-mapped capture on Linux
285         Support for zerocopy BPF on platforms that support it
286         Support for setting buffer size when opening devices
287         Support for setting monitor mode when opening 802.11 devices
288         Better support for dealing with VLAN tagging/stripping on Linux
289         Fix dynamic library support on OSX
290         Return PCAP_ERROR_IFACE_NOT_UP if the interface isn't 'UP', so applications
291          can print better diagnostic information
292         Return PCAP_ERROR_PERM_DENIED if we don't have permission to open a device, so
293          applications can tell the user they need to go play with permissions
294         On Linux, ignore ENETDOWN so we can continue to capture packets if the
295          interface goes down and comes back up again.
296         On Linux, support new tpacket frame headers (2.6.27+)
297         On Mac OS X, add scripts for changing permissions on /dev/bpf* and launchd plist
298         On Solaris, support 'passive mode' on systems that support it
299         Fixes to autoconf and general build environment
300         Man page reorganization + cleanup
301         Autogenerate VERSION numbers better
303 Mon.    September 10, 2007.  ken@xelerance.com.  Summary for 0.9.8 libpcap release
304         Change build process to put public libpcap headers into pcap subir
305         DLT: Add value for IPMI IPMB packets
306         DLT: Add value for u10 Networks boards
307         Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
308          libpcap files on an OS other than where the file was generated
310 Wed.    April 25, 2007.  ken@xelerance.com.  Summary for 0.9.6 libpcap release
312         Put the public libpcap headers into a pcap subdirectory in both the
313          source directory and the target include directory, and have include
314          files at the top-level directory to include those headers, for
315          backwards compatibility.
316         Add Bluetooth support
317         Add USB capturing support on Linux
318         Add support for the binary USB sniffing interface in Linux
319         Add support for new FreeBSD BIOCSDIRECTION ioctl
320         Add additional filter operations for 802.11 frame types
321         Add support for filtering on MTP2 frame types
322         Propagate some changes from the main branch, so the x.9 branch has
323          all the DLT_ and LINKTYPE_ values that the main branch does
324         Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
325          encapsulated packets
326         Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
327          by Linux drivers
328         Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
329         Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
330         Add DLT for Bluetooth HCI UART transport layer
331         When building a shared library, build with "-fPIC" on Linux to support x86_64
332         Link with "$(CC) -shared" rather than "ld -shared" when building a
333          ".so" shared library
334         Add support for autoconf 2.60
335         Fixes to discard unread packets when changing filters
336         Changes to handle name changes in the DAG library resulting from
337          switching to libtool.
338         Add support for new DAG ERF types.
339         Add an explicit "-ldag" when building the shared library, so the DAG
340          library dependency is explicit.
341         Mac OSX fixes for dealing with "wlt" devices
342         Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
343          device lists
344         Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
345          was not checked.
347 Tue.    September 19, 2006. ken@xelerance.com. Summary for 0.9.5 libpcap release
349         Support for LAPD frames with vISDN
350         Support for ERF on channelized T1/E1 cards via DAG API
351         Fix capitalization that caused issues crossc compiling on Linux
352         Better failure detection on PacketGetAdapterNames()
353         Fixes for MPLS packet generation (link layer)
354         OP_PACKET now matches the beginning of the packet, instead of
355          beginning+link-layer
356         Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
357         Fix allocation of buffer for list of link-layer types
358         Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communcation Messages
359         Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
360         Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the right value for CAN).
361         Added definition for DLT_A429 and LINKTYPE_A429 as #184.
362         Added a new DLT and LINKTYPE value for CAN v2.0B frames.
363         Add support for DLT_JUNIPER_VP.
364         Don't double-count received packets on Linux systems that
365          support the PACKET_STATISTICS getsockopt() argument on
366          PF_PACKET sockets.
367         Add support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link
368          layers in Windows
369         Add support to build libpcap.lib and wpcap.dll under Cygnus and
370          MingW32.
372 Mon.    September 5, 2005.  ken@xelerance.com. Summary for 0.9.4 libpcap release
374         Support for radiotap on Linux (Mike Kershaw)
375         Fixes for HP-UX
376         Support for additional Juniper link-layer types
377         Fixes for filters on MPLS-encapsulated packets
378         "vlan" filter fixed
379         "pppoed" and "pppoes" filters added; the latter modifies later
380         parts of the filter expression to look at the PPP headers and
381         headers in the PPP payload
383 Tue.    July 5, 2005.  ken@xelerance.com. Summary for 0.9.3 libpcap release
385         Fixes for compiling on nearly every platform,
386                 including improved 64bit support
387         MSDOS Support
388         Add support for sending packets
389         OpenBSD pf format support
390         IrDA capture (Linux only)
392 Tue.   March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
394         Fixed minor problem in gencode.c that would appear on 64-bit
395         platforms.
396         Version number is now sane.
398 Mon.   March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
400         updates for autoconf 2.5
401         fixes for ppp interfaces for freebsd 4.1
402         pcap gencode can generate code for 802.11, IEEE1394, and pflog.
404 Wed.   November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release
406         added pcap_findalldevs()
407         Win32 patches from NetGroup, Politecnico di Torino (Italy)
408         OpenBSD pf, DLT_PFLOG added
409         Many changes to ATM support.
410         lookup pcap_lookupnet()
411         Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
412                 DLT_IP_OVER_FC, DLT_FRELAY, others.
413         Sigh.  More AIX wonderfulness.
414         Document updates.
415         Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(),
416                         pcap_list_datalinks(), pcap_set_datalink(),
417                         pcap_lib_version(), pcap_datalink_val_to_name(),
418                         pcap_datalink_name_to_val(), new error returns.
420 Tuesday, February 25, 2003. fenner@research.att.com.  0.7.2 release
422         Support link types that use 802.2 always, never, and sometimes.
423         Don't decrease the size of the BPF buffer from the default.
424         Support frame relay.
425         Handle 32-bit timestamps in DLPI, and pass the right buffer size.
426         Handle Linux systems with modern kernel but without
427          SOL_PACKET in the userland headers.
428         Linux support for ARPHRD_RAWHDLC.
429         Handle 32-bit timestamps in snoop.
430         Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
431         Add new reserved DLT types.
433 Monday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
435         Added pcap_findalldevs() call to get list of interfaces in a MI way.
437         pcap_stats() has been documented as to what its counters mean on
438         each platform.
440 Tuesday January 9, 2001. guy@alum.mit.edu. Summary for 0.6 release
442         New Linux libpcap implementation, which, in 2.2 and later
443         kernels, uses PF_PACKET sockets and supports kernel packet
444         filtering (if compiled into the kernel), and supports the "any"
445         device for capturing on all interfaces.  Cleans up promiscuous
446         mode better on pre-2.2 kernels, and has various other fixes
447         (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
448         doesn't show duplicate packets on loopback interface, etc.).
450         Fixed HP-UX libpcap implementation to correctly get the PPA for
451         an interface, to allow interfaces to be opened by interface name.
453         libpcap savefiles have system-independent link-layer type values
454         in the header, rather than sometimes platform-dependent DLT_
455         values, to make it easier to exchange capture files between
456         different OSes.
458         Non-standard capture files produced by some Linux tcpdumps, e.g.
459         the one from Red Hat Linux 6.2 and later, can now be read.
461         Updated autoconf stock files.
463         Filter expressions can filter on VLAN IDs and various OSI
464         protocols, and work on Token Ring (with non-source-routed
465         packets).
467         "pcap_open_dead()" added to allow compiling filter expressions
468         to pcap code without opening a capture device or capture file.
470         Header files fixed to allow use in C++ programs.
472         Removed dependancy on native headers for packet layout.
473         Removed Linux specific headers that were shipped.
475         Security fixes: Strcpy replaced with strlcpy, sprintf replaced
476         with snprintf.
478         Fixed bug that could cause subsequent "pcap_compile()"s to fail
479         erroneously after one compile failed.
481         Assorted other bug fixes.
483         README.aix and README.linux files added to describe
484         platform-specific issues.
486         "getifaddrs()" rather than SIOCGIFCONF used, if available.
488 v0.5 Sat Jun 10 11:09:15 PDT 2000
490 itojun@iijlab.net
491 - Brought in KAME IPv6/IPsec bpf compiler.
492 - Fixes for NetBSD.
493 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
494   and changes to work around different BSDs having different DLT_ types
495   with the same numeric value.
497 Assar Westerlund  <assar@sics.se>
498 - Building outside the source code tree fixed.
499 - Changed to write out time stamps with 32-bit seconds and microseconds
500   fields, regardless of whether those fields are 32 bits or 64 bits in
501   the OS's native "struct timeval".
502 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
503   the list of interfaces is read as necessary in order to hold the
504   entire list.
506 Greg Troxel <gdt@ir.bbn.com>
507 - Added a new "pcap_compile_nopcap()", which lets you compile a filter
508   expression into a BPF program without having an open live capture or
509   capture file.
511 v0.4 Sat Jul 25 12:40:09 PDT 1998
513 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
514   Fenner (fenner@parc.xerox.com)
516 - Fix alignment problem with FDDI under DLPI. This was causing core
517   dumps under Solaris.
519 - Added configure options to disable flex and bison. Resulted from a
520   bug report by barnett@grymoire.crd.ge.com (Bruce Barnett). Also added
521   options to disable gcc and to force a particular packet capture type.
523 - Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
524   to John Hawkinson (jhawk@mit.edu)
526 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
527   supply any "link layer" data.
529 - Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type.
530   Thanks to Thomas Sailer (sailer@ife.ee.ethz.ch)
532 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
533   "link layer" data.
535 - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
536   formats.
538 - Added some new SGI snoop interface types. Thanks to Steve Alexander
539   (sca@refugee.engr.sgi.com)
541 - Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
542   Richard Allen (ra@hp.is) and Steinar Haug (sthaug@nethelp.no)
544 - Fddi supports broadcast as reported by Jeff Macdonald
545   (jeff@iacnet.com). Also correct ieee802 and arcnet.
547 - Determine Linux pcap buffer size at run time or else it might not be
548   big enough for some interface types (e.g. FDDI). Thanks to Jes
549   Sorensen (Jes.Sorensen@cern.ch)
551 - Fix some linux alignment problems.
553 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh
554   (ianm@sics.se)
556 - Support Metricom radio packets under Linux. Thanks to Kevin Lai
557   (laik@gunpowder.stanford.edu)
559 - Bind to interface name under Linux to avoid packets from multiple
560   interfaces on multi-homed hosts. Thanks to Kevin Lai
561   (laik@gunpowder.stanford.edu)
563 - Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
564   (rroberts@muller.com)
566 - Fixed an uninitialized memory reference found by Kent Vander Velden
567   (graphix@iastate.edu)
569 - Fixed lex pattern for IDs to allow leading digits. As reported by
570   Theo de Raadt (deraadt@cvs.openbsd.org)
572 - Fixed Linux include file problems when using GNU libc.
574 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
575   Reported reported by Eric Jacksch (jacksch@tenebris.ca)
577 - Fixed bug in pcap_dispatch() that kept it from returning on packet
578   timeouts.
580 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check
581   for "lo" followed by an eos or digit (newer versions of Linux
582   apparently call the loopback "lo" instead of "lo0").
584 - Fixed Linux networking include files to use ints instead of longs to
585   avoid problems with 64 bit longs on the alpha. Thanks to Cristian
586   Gafton (gafton@redhat.com)
588 v0.3 Sat Nov 30 20:56:27 PST 1996
590 - Added Linux support.
592 - Fixed savefile bugs.
594 - Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl)
596 - Add support for bpf kernel port filters.
598 - Remove duplicate atalk protocol table entry. Thanks to Christian
599   Hopps (chopps@water.emich.edu)
601 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
602   reported to happen under BSD/OS by David Vincenzetti
603   (vince@cryptonet.it)
605 - Avoid solaris compiler warnings. Thanks to Bruce Barnett
606   (barnett@grymoire.crd.ge.com)
608 v0.2.1 Sun Jul 14 03:02:26 PDT 1996
610 - Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram
611   (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
613 - Added support for SINIX. Thanks to Andrej Borsenkow
614   (borsenkow.msk@sni.de)
616 - Fixes for AIX (although this system is not yet supported). Thanks to
617   John Hawkinson (jhawk@mit.edu)
619 - Use autoconf's idea of the top level directory in install targets.
620   Thanks to John Hawkinson.
622 - Add missing autoconf packet capture result message. Thanks to Bill
623   Fenner (fenner@parc.xerox.com)
625 - Fixed padding problems in the pf module.
627 - Fixed some more alignment problems on the alpha.
629 - Added explicit netmask support. Thanks to Steve Nuchia
630   (steve@research.oknet.com)
632 - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
633   justifing"
635 - Add "sca" keyword (for DEC cluster services) as suggested by Terry
636   Kennedy (terry@spcvxa.spc.edu)
638 - Add "atalk" keyword as suggested by John Hawkinson.
640 - Add "igrp" keyword.
642 - Fixed HID definition in grammar.y to be a string, not a value.
644 - Use $CC when checking gcc version. Thanks to Carl Lindberg
645   (carl_lindberg@blacksmith.com)
647 - Removed obsolete reference to pcap_immediate() from the man page.
648   Michael Stolarchuk (mts@terminator.rs.itd.umich.edu)
650 - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
651   (jch@bsdi.com)
653 v0.2 Sun Jun 23 02:28:42 PDT 1996
655 - Add support for HP-UX. Resulted from code contributed by Tom Murray
656   (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
657   (philipp@res.enst.fr)
659 - Update INSTALL with a reminder to install include files. Thanks to
660   Mark Andrews (mandrews@aw.sgi.com)
662 - Fix bpf compiler alignment bug on the alpha.
664 - Use autoconf to detect architectures that can't handle misaligned
665   accesses.
667 - Added loopback support for snoop. Resulted from report Steve
668   Alexander (sca@engr.sgi.com)
670 v0.1 Fri Apr 28 18:11:03 PDT 1995
672 - Fixed compiler and optimizer bugs.  The BPF filter engine uses unsigned
673   comparison operators, while the code generator and optimizer assumed
674   signed semantics in several places.  Thanks to Charlie Slater
675   (cslater@imatek.com) for pointing this out.
677 - Removed FDDI ifdef's, they aren't really needed. Resulted from report
678   by Gary Veum (veum@boa.gsfc.nasa.gov).
680 - Add pcap-null.c which allows offline use of libpcap on systems that
681   don't support live package capture. This feature resulting from a
682   request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl).
684 - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
685   (Pascal.Hennequin@hugo.int-evry.fr).
687 - Port to GNU autoconf.
689 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
690   Johansen (fsj@csd.cri.dk).
692 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
693   Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
695 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
696   by Jeff Murphy (jcmurphy@acsu.buffalo.edu).
698 - Add support for "long jumps". Thanks to Jeffrey Mogul
699   (mogul@pa.dec.com).
701 - Fix minor problems when compiling with BDEBUG as noticed by Scott
702   Bertilson (scott@unet.umn.edu).
704 - Declare sys_errlist "const char *const" to avoid problems under
705   FreeBSD. Resulted from report by jher@eden.com.
707 v0.0.6 Fri Apr 28 04:07:13 PDT 1995
709 - Add missing variable declaration missing from 0.0.6
711 v0.0.5 Fri Apr 28 00:22:21 PDT 1995
713 - Workaround for problems when pcap_read() returns 0 due to the timeout
714   expiring.
716 v0.0.4 Thu Apr 20 20:41:48 PDT 1995
718 - Change configuration to not use gcc v2 flags with gcc v1.
720 - Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
721   should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
723 - Fixed configure to test for snoop before dlpi to avoid problems under
724   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
726 - Hack around deficiency in Ultrix's make.
728 - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
729   savefiles that have more than snapshot bytes of data in them (so we
730   can read old savefiles) and avoid writing such files.
732 - Added checkioctl which is used with gcc to check that the
733   "fixincludes" script has been run.
735 v0.0.3 Tue Oct 18 18:13:46 PDT 1994
737 - Fixed configure to test for snoop before dlpi to avoid problems under
738   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
740 v0.0.2 Wed Oct 12 20:56:37 PDT 1994
742 - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
743   Stevens.
745 - Determine pcap link type from dlpi media type. Resulted from report
746   by Mahesh Jethanandani (mahesh@npix.com).
748 v0.0.1 Fri Jun 24 14:50:57 PDT 1994
750 - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
751   wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
752   Invalid argument" error under OSF/1. Reported by Matt Day
753   (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
755 - Turn on FDDI support by default.
757 v0.0 Mon Jun 20 19:20:16 PDT 1994
759 - Initial release.
761 - Fixed bug with greater/less keywords, reported by Mark Andrews
762   (mandrews@alias.com).
764 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
765   by Elan Amir (elan@leeb.cs.berkeley.edu).
767 - Machines with little-endian byte ordering are supported thanks to
768   Jeff Mogul.
770 - Add hack for version 2.3 savefiles which don't have caplen and len
771   swapped thanks to Vern Paxson.
773 - Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
775 - Added length, inbound and outbound keywords.