xref: /freebsd/contrib/libpcap/CHANGES (revision edc89b24f34e5335ee722d9b477c1f984acd2b7f)
1*edc89b24SXin LIMonday March 18, 2013 guy@alum.mit.edu
2*edc89b24SXin LISummary for 1.4.0 libpcap release
3*edc89b24SXin LI	Add netfilter/nfqueue interface.
4*edc89b24SXin LI	If we don't have support for IPv6 address resolution, support,
5*edc89b24SXin LI	    in filter expressions, what IPv6 stuff we can.
6*edc89b24SXin LI	Checks added for malloc()/realloc()/etc. failures.
7*edc89b24SXin LI	Fix pcap-config to include -lpthread if canusb support is
8*edc89b24SXin LI	    present
9*edc89b24SXin LI	Try to fix "pcap_parse not defined" problems when --without-flex
10*edc89b24SXin LI	    and --without-bison are used when you have Flex and Bison
11*edc89b24SXin LI	Fix some issues with the pcap_loop man page.
12*edc89b24SXin LI	Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
13*edc89b24SXin LI	    supplied error message buffer
14*edc89b24SXin LI	Fix typo that, it appeared, would cause pcap-libdlpi.c not to
15*edc89b24SXin LI	    compile (perhaps systems with libdlpi also have BPF and use
16*edc89b24SXin LI	    that instead)
17*edc89b24SXin LI	Catch attempts to call pcap_compile() on a non-activated pcap_t
18*edc89b24SXin LI	Fix crash on Linux with CAN-USB support without usbfs
19*edc89b24SXin LI	Fix addition of VLAN tags for Linux cooked captures
20*edc89b24SXin LI	Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
21*edc89b24SXin LI	    that the driver can report either one if it doesn't support
22*edc89b24SXin LI	    SIOCETHTOOL
23*edc89b24SXin LI	Add DLT_INFINIBAND and DLT_SCTP
24*edc89b24SXin LI	Describe "proto XXX" and "protochain XXX" in the pcap-filter man
25*edc89b24SXin LI	    page
26*edc89b24SXin LI	Handle either directories, or symlinks to directories, that
27*edc89b24SXin LI	    correspond to interfaces in /sys/class/net
28*edc89b24SXin LI	Fix handling of VLAN tag insertion to check, on Linux 3.x
29*edc89b24SXin LI	    kernels, for VLAN tag valid flag
30*edc89b24SXin LI	Clean up some man pages
31*edc89b24SXin LI	Support libnl3 as well as libnl1 and libnl2 on Linux
32*edc89b24SXin LI
3315752fa8SXin LIFriday  March 30, 2012.  mcr@sandelman.ca
3415752fa8SXin LISummary for 1.3.0 libpcap release
3515752fa8SXin LI        Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
3615752fa8SXin LI        Linux: Don't fail if netfilter isn't enabled in the kernel.
3715752fa8SXin LI        Add new link-layer type for NFC Forum LLCP.
3815752fa8SXin LI        Put the CANUSB stuff into EXTRA_DIST, so it shows up in the release tarball.
3915752fa8SXin LI        Add LINKTYPE_NG40/DLT_NG40.
4015752fa8SXin LI        Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
4115752fa8SXin LI        [PATCH] Fix AIX-3.5 crash with read failure during stress
4215752fa8SXin LI        AIX fixes.
4315752fa8SXin LI        Introduce --disable-shared configure option.
4415752fa8SXin LI        Added initial support for canusb devices.
4515752fa8SXin LI        Include the pcap(3PCAP) additions as 1.2.1 changes.
4615752fa8SXin LI        many updates to documentation: pcap.3pcap.in
4715752fa8SXin LI        Improve 'inbound'/'outbound' capture filters under Linux.
4815752fa8SXin LI        Note the cleanup of handling of new DLT_/LINKTYPE_ values.
4915752fa8SXin LI        On Lion, don't build for PPC.
5015752fa8SXin LI        For mac80211 devices we need to clean up monitor mode on exit.
5115752fa8SXin LI
52d1e87331SXin LIFriday  December 9, 2011.  guy@alum.mit.edu.
53d1e87331SXin LISummary for 1.2.1 libpcap release
54d1e87331SXin LI	Update README file.
55d1e87331SXin LI	Fix typoes in README.linux file.
56d1e87331SXin LI	Clean up some compiler warnings.
57d1e87331SXin LI	Fix Linux compile problems and tests for ethtool.h.
58d1e87331SXin LI	Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
59d1e87331SXin LI	 toolchains.
60d1e87331SXin LI	Support 802.1 QinQ as a form of VLAN in filters.
61d1e87331SXin LI	Treat "carp" as equivalent to "vrrp" in filters.
62d1e87331SXin LI	Fix code generated for "ip6 protochain".
63d1e87331SXin LI	Add some new link-layer header types.
64d1e87331SXin LI	Support capturing NetFilter log messages on Linux.
65d1e87331SXin LI	Clean up some error messages.
66d1e87331SXin LI	Turn off monitor mode on exit for mac80211 interfaces on Linux.
67d1e87331SXin LI	Fix problems turning monitor mode on for non-mac80211 interfaces
68d1e87331SXin LI	 on Linux.
69d1e87331SXin LI	Properly fail if /sys/class/net or /proc/net/dev exist but can't
70d1e87331SXin LI	 be opened.
71d1e87331SXin LI	Fail if pcap_activate() is called on an already-activated
72d1e87331SXin LI	 pcap_t, and add a test program for that.
73d1e87331SXin LI	Fix filtering in pcap-ng files.
74d1e87331SXin LI	Don't build for PowerPC on Mac OS X Lion.
75d1e87331SXin LI	Simplify handling of new DLT_/LINKTYPE_ values.
76d1e87331SXin LI	Expand pcap(3PCAP) man page.
77d1e87331SXin LI
78d1e87331SXin LISunday  July 24, 2011.  mcr@sandelman.ca.
79d1e87331SXin LISummary for 1.2 libpcap release
80d1e87331SXin LI        All of the changes listed below for 1.1.1 and 1.1.2.
81d1e87331SXin LI        Changes to error handling for pcap_findalldevs().
82d1e87331SXin LI        Fix the calculation of the frame size in memory-mapped captures.
83d1e87331SXin LI        Add a link-layer header type for STANAG 5066 D_PDUs.
84d1e87331SXin LI        Add a link-layer type for a variant of 3GPP TS 27.010.
85d1e87331SXin LI        Noted real nature of LINKTYPE_ARCNET.
86d1e87331SXin LI        Add a link-layer type for DVB-CI.
87d1e87331SXin LI        Fix configure-script discovery of VLAN acceleration support.
88d1e87331SXin LI         see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
89d1e87331SXin LI        Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
90d1e87331SXin LI        Protect against including AIX 5.x's <net/bpf.h> having been included.
91d1e87331SXin LI        Add DLT_DBUS, for raw D-Bus messages.
92d1e87331SXin LI        Treat either EPERM or EACCES as "no soup for you".
93d1e87331SXin LI        Changes to permissions on DLPI systems.
94d1e87331SXin LI        Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
95d1e87331SXin LI
96d1e87331SXin LIFri.    August 6, 2010.  guy@alum.mit.edu.
97d1e87331SXin LISummary for 1.1.2 libpcap release
98d1e87331SXin LI	Return DLT_ values, not raw LINKTYPE_ values from
99d1e87331SXin LI	  pcap_datalink() when reading pcap-ng files
100d1e87331SXin LI	Add support for "wlan ra" and "wlan ta", to check the RA and TA
101d1e87331SXin LI	  of WLAN frames that have them
102d1e87331SXin LI	Don't crash if "wlan addr{1,2,3,4}" are used without 802.11
103d1e87331SXin LI	  headers
104d1e87331SXin LI	Do filtering on USB and Bluetooth capturing
105d1e87331SXin LI	On FreeBSD/SPARC64, use -fPIC - it's apparently necessary
106d1e87331SXin LI	Check for valid port numbers (fit in a 16-bit unsigned field) in
107d1e87331SXin LI	  "port" filters
108d1e87331SXin LI	Reject attempts to put savefiles into non-blocking mode
109d1e87331SXin LI	Check for "no such device" for the "get the media types" ioctl
110d1e87331SXin LI	  in *BSD
111d1e87331SXin LI	Improve error messages from bpf_open(), and let it do the error
112d1e87331SXin LI	  handling
113d1e87331SXin LI	Return more specific errors from pcap_can_set_rfmon(); fix
114d1e87331SXin LI	  documentation
115d1e87331SXin LI	Update description fetching code for FreeBSD, fix code for
116d1e87331SXin LI	  OpenBSD
117d1e87331SXin LI	Ignore /sys/net/dev files if we get ENODEV for them, not just
118d1e87331SXin LI	  ENXIO; fixes handling of bonding devices on Linux
119d1e87331SXin LI	Fix check for a constant 0 argument to BPF_DIV
120d1e87331SXin LI	Use the right version of ar when cross-building
121d1e87331SXin LI	Free any filter set on a savefile when the savefile is closed
122d1e87331SXin LI	Include the CFLAGS setting when configure was run in the
123d1e87331SXin LI	  compiler flags
124d1e87331SXin LI	Add support for 802.15.4 interfaces on Linux
125d1e87331SXin LI
126a0ee43a1SRui PauloThu.    April 1, 2010.  guy@alum.mit.edu.
127a0ee43a1SRui PauloSummary for 1.1.1 libpcap release
128a0ee43a1SRui Paulo	Update CHANGES to reflect more of the changes in 1.1.0.
129a0ee43a1SRui Paulo	Fix build on RHEL5.
130a0ee43a1SRui Paulo	Fix shared library build on AIX.
131a0ee43a1SRui Paulo
132a0ee43a1SRui PauloThu.	March 11, 2010.  ken@netfunctional.ca/guy@alum.mit.edu.
133a0ee43a1SRui PauloSummary for 1.1.0 libpcap release
134a0ee43a1SRui Paulo	Add SocketCAN capture support
135a0ee43a1SRui Paulo	Add Myricom SNF API support
136a0ee43a1SRui Paulo	Update Endace DAG and ERF support
137a0ee43a1SRui Paulo	Add support for shared libraries on Solaris, HP-UX, and AIX
138a0ee43a1SRui Paulo	Build, install, and un-install shared libraries by default;
139a0ee43a1SRui Paulo	  don't build/install shared libraries on platforms we don't support
140a0ee43a1SRui Paulo	Fix building from a directory other than the source directory
141a0ee43a1SRui Paulo	Fix compiler warnings and builds on some platforms
142a0ee43a1SRui Paulo	Update config.guess and config.sub
143a0ee43a1SRui Paulo	Support monitor mode on mac80211 devices on Linux
144a0ee43a1SRui Paulo	Fix USB memory-mapped capturing on Linux; it requires a new DLT_
145a0ee43a1SRui Paulo	  value
146a0ee43a1SRui Paulo	On Linux, scan /sys/class/net for devices if we have it; scan
147a0ee43a1SRui Paulo	  it, or /proc/net/dev if we don't have /sys/class/net, even if
148a0ee43a1SRui Paulo	  we have getifaddrs(), as it'll find interfaces with no
149a0ee43a1SRui Paulo	  addresses
150a0ee43a1SRui Paulo	Add limited support for reading pcap-ng files
151a0ee43a1SRui Paulo	Fix BPF driver-loading error handling on AIX
152a0ee43a1SRui Paulo	Support getting the full-length interface description on FreeBSD
153a0ee43a1SRui Paulo	In the lexical analyzer, free up any addrinfo structure we got back
154a0ee43a1SRui Paulo	  from getaddrinfo().
155a0ee43a1SRui Paulo	Add support for BPF and libdlpi in OpenSolaris (and SXCE)
156a0ee43a1SRui Paulo	Hyphenate "link-layer" everywhere
157a0ee43a1SRui Paulo	Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations
158a0ee43a1SRui Paulo	In pcap_read_linux_mmap(), if there are no frames available, call
159a0ee43a1SRui Paulo	  poll() even if we're in non-blocking mode, so we pick up
160a0ee43a1SRui Paulo	  errors, and check for the errors in question.
161a0ee43a1SRui Paulo	Note that poll() works on BPF devices is Snow Leopard
162a0ee43a1SRui Paulo	If an ENXIO or ENETDOWN is received, it may mean the device has
163a0ee43a1SRui Paulo	  gone away.  Deal with it.
164a0ee43a1SRui Paulo	For BPF, raise the default capture buffer size to from 32k to 512k
165a0ee43a1SRui Paulo	Support ps_ifdrop on Linux
166a0ee43a1SRui Paulo	Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile
167a0ee43a1SRui Paulo	 under cygwin.
168a0ee43a1SRui Paulo	Changes to Linux mmapped captures.
169a0ee43a1SRui Paulo	Fix bug where create_ring would fail for particular snaplen and
170a0ee43a1SRui Paulo	  buffer size combinations
171a0ee43a1SRui Paulo	Update pcap-config so that it handles libpcap requiring
172a0ee43a1SRui Paulo	  additional libraries
173a0ee43a1SRui Paulo	Add workaround for threadsafeness on Windows
174a0ee43a1SRui Paulo	Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
175a0ee43a1SRui Paulo	DLT: Add DLT_CAN_SOCKETCAN
176a0ee43a1SRui Paulo	DLT: Add Solaris ipnet
177a0ee43a1SRui Paulo	Don't check for DLT_IPNET if it's not defined
178a0ee43a1SRui Paulo	Add link-layer types for Fibre Channel FC-2
179a0ee43a1SRui Paulo	Add link-layer types for Wireless HART
180a0ee43a1SRui Paulo	Add link-layer types for AOS
181a0ee43a1SRui Paulo	Add link-layer types for DECT
182a0ee43a1SRui Paulo	Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups)
183a0ee43a1SRui Paulo	Install headers unconditionally, and include vlan.h/bluetooth.h if
184a0ee43a1SRui Paulo	  enabled
185a0ee43a1SRui Paulo	Autoconf fixes+cleanup
186a0ee43a1SRui Paulo	Support enabling/disabling bluetooth (--{en,dis}able-bluetooth)
187a0ee43a1SRui Paulo	Support disabling SITA support (--without-sita)
188a0ee43a1SRui Paulo	Return -1 on failure to create packet ring (if supported but
189a0ee43a1SRui Paulo	  creation failed)
190a0ee43a1SRui Paulo	Fix handling of 'any' device, so that it can be opened, and no longer
191a0ee43a1SRui Paulo	  attempt to open it in Monitor mode
192a0ee43a1SRui Paulo	Add support for snapshot length for USB Memory-Mapped Interface
193a0ee43a1SRui Paulo	Fix configure and build on recent Linux kernels
194a0ee43a1SRui Paulo	Fix memory-mapped Linux capture to support pcap_next() and
195a0ee43a1SRui Paulo	  pcap_next_ex()
196a0ee43a1SRui Paulo	Fixes for Linux USB capture
197a0ee43a1SRui Paulo	DLT: Add DLT_LINUX_EVDEV
198a0ee43a1SRui Paulo	DLT: Add DLT_GSMTAP_UM
199a0ee43a1SRui Paulo	DLT: Add DLT_GSMTAP_ABIS
200a8e07101SRui Paulo
201a8e07101SRui PauloMon.    October 27, 2008.  ken@netfunctional.ca.  Summary for 1.0.0 libpcap release
202a8e07101SRui Paulo	Compile with IPv6 support by default
203a8e07101SRui Paulo	Compile with large file support on by default
204a8e07101SRui Paulo	Add pcap-config script, which deals with -I/-L flags for compiling
205a8e07101SRui Paulo	DLT: Add IPMB
206a8e07101SRui Paulo	DLT: Add LAPD
207a8e07101SRui Paulo	DLT: Add AX25 (AX.25 w/KISS header)
208a8e07101SRui Paulo	DLT: Add JUNIPER_ST
209a8e07101SRui Paulo	802.15.4 support
210a8e07101SRui Paulo	Variable length 802.11 header support
211a8e07101SRui Paulo	X2E data type support
212a8e07101SRui Paulo	SITA ACN Interface support - see README.sita
213a0ee43a1SRui Paulo	Support for memory-mapped capture on Linux
214a8e07101SRui Paulo	Support for zerocopy BPF on platforms that support it
215a0ee43a1SRui Paulo	Support for setting buffer size when opening devices
216a0ee43a1SRui Paulo	Support for setting monitor mode when opening 802.11 devices
217a8e07101SRui Paulo	Better support for dealing with VLAN tagging/stripping on Linux
218a8e07101SRui Paulo	Fix dynamic library support on OSX
219a8e07101SRui Paulo	Return PCAP_ERROR_IFACE_NOT_UP if the interface isn't 'UP', so applications
220a8e07101SRui Paulo	 can print better diagnostic information
221a8e07101SRui Paulo	Return PCAP_ERROR_PERM_DENIED if we don't have permission to open a device, so
222a8e07101SRui Paulo	 applications can tell the user they need to go play with permissions
223a8e07101SRui Paulo	On Linux, ignore ENETDOWN so we can continue to capture packets if the
224a8e07101SRui Paulo	 interface goes down and comes back up again.
225a8e07101SRui Paulo	On Linux, support new tpacket frame headers (2.6.27+)
226a0ee43a1SRui Paulo	On Mac OS X, add scripts for changing permissions on /dev/bpf* and launchd plist
227a8e07101SRui Paulo	On Solaris, support 'passive mode' on systems that support it
228a8e07101SRui Paulo	Fixes to autoconf and general build environment
229a8e07101SRui Paulo	Man page reorganization + cleanup
230a8e07101SRui Paulo	Autogenerate VERSION numbers better
231ef96d74fSMax Laier
232ef96d74fSMax LaierMon.    September 10, 2007.  ken@xelerance.com.  Summary for 0.9.8 libpcap release
233ef96d74fSMax Laier        Change build process to put public libpcap headers into pcap subir
234ef96d74fSMax Laier        DLT: Add value for IPMI IPMB packets
235ef96d74fSMax Laier        DLT: Add value for u10 Networks boards
236ef96d74fSMax Laier        Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
237ef96d74fSMax Laier         libpcap files on an OS other than where the file was generated
238ef96d74fSMax Laier
239ef96d74fSMax LaierWed.	April 25, 2007.  ken@xelerance.com.  Summary for 0.9.6 libpcap release
240ef96d74fSMax Laier
241ef96d74fSMax Laier	Put the public libpcap headers into a pcap subdirectory in both the
242ef96d74fSMax Laier	 source directory and the target include directory, and have include
243ef96d74fSMax Laier	 files at the top-level directory to include those headers, for
244ef96d74fSMax Laier	 backwards compatibility.
245ef96d74fSMax Laier	Add Bluetooth support
246ef96d74fSMax Laier	Add USB capturing support on Linux
247ef96d74fSMax Laier	Add support for the binary USB sniffing interface in Linux
248ef96d74fSMax Laier	Add support for new FreeBSD BIOCSDIRECTION ioctl
249ef96d74fSMax Laier	Add additional filter operations for 802.11 frame types
250ef96d74fSMax Laier	Add support for filtering on MTP2 frame types
251ef96d74fSMax Laier	Propagate some changes from the main branch, so the x.9 branch has
252ef96d74fSMax Laier	 all the DLT_ and LINKTYPE_ values that the main branch does
253ef96d74fSMax Laier	Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
254ef96d74fSMax Laier	 encapsulated packets
255ef96d74fSMax Laier	Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
256ef96d74fSMax Laier	 by Linux drivers
257ef96d74fSMax Laier	Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
258ef96d74fSMax Laier	Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
259ef96d74fSMax Laier	Add DLT for Bluetooth HCI UART transport layer
260ef96d74fSMax Laier	When building a shared library, build with "-fPIC" on Linux to support x86_64
261ef96d74fSMax Laier	Link with "$(CC) -shared" rather than "ld -shared" when building a
262ef96d74fSMax Laier	 ".so" shared library
263ef96d74fSMax Laier	Add support for autoconf 2.60
264ef96d74fSMax Laier	Fixes to discard unread packets when changing filters
265ef96d74fSMax Laier	Changes to handle name changes in the DAG library resulting from
266ef96d74fSMax Laier	 switching to libtool.
267ef96d74fSMax Laier	Add support for new DAG ERF types.
268ef96d74fSMax Laier        Add an explicit "-ldag" when building the shared library, so the DAG
269ef96d74fSMax Laier	 library dependency is explicit.
270ef96d74fSMax Laier	Mac OSX fixes for dealing with "wlt" devices
271ef96d74fSMax Laier	Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
272ef96d74fSMax Laier	 device lists
273ef96d74fSMax Laier	Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
274ef96d74fSMax Laier	 was not checked.
275ef96d74fSMax Laier
276ef96d74fSMax LaierTue.	September 19, 2006. ken@xelerance.com. Summary for 0.9.5 libpcap release
277ef96d74fSMax Laier
278ef96d74fSMax Laier	Support for LAPD frames with vISDN
279ef96d74fSMax Laier	Support for ERF on channelized T1/E1 cards via DAG API
280ef96d74fSMax Laier	Fix capitalization that caused issues crossc compiling on Linux
281ef96d74fSMax Laier	Better failure detection on PacketGetAdapterNames()
282ef96d74fSMax Laier	Fixes for MPLS packet generation (link layer)
283ef96d74fSMax Laier	OP_PACKET now matches the beginning of the packet, instead of
284ef96d74fSMax Laier	 beginning+link-layer
285ef96d74fSMax Laier	Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
286ef96d74fSMax Laier	Fix allocation of buffer for list of link-layer types
287ef96d74fSMax Laier	Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communcation Messages
288ef96d74fSMax Laier	Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
289ef96d74fSMax Laier	Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the right value for CAN).
290ef96d74fSMax Laier	Added definition for DLT_A429 and LINKTYPE_A429 as #184.
291ef96d74fSMax Laier	Added a new DLT and LINKTYPE value for CAN v2.0B frames.
292ef96d74fSMax Laier	Add support for DLT_JUNIPER_VP.
293ef96d74fSMax Laier	Don't double-count received packets on Linux systems that
294ef96d74fSMax Laier	 support the PACKET_STATISTICS getsockopt() argument on
295ef96d74fSMax Laier	 PF_PACKET sockets.
296ef96d74fSMax Laier	Add support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link
297ef96d74fSMax Laier	 layers in Windows
298ef96d74fSMax Laier	Add support to build libpcap.lib and wpcap.dll under Cygnus and
299ef96d74fSMax Laier	 MingW32.
300ee2dd488SSam Leffler
3015d18909fSSam LefflerMon. 	September 5, 2005.  ken@xelerance.com. Summary for 0.9.4 libpcap release
3025d18909fSSam Leffler
3035d18909fSSam Leffler	Support for radiotap on Linux (Mike Kershaw)
3045d18909fSSam Leffler	Fixes for HP-UX
3055d18909fSSam Leffler	Support for additional Juniper link-layer types
3065d18909fSSam Leffler	Fixes for filters on MPLS-encapsulated packets
3075d18909fSSam Leffler	"vlan" filter fixed
3085d18909fSSam Leffler	"pppoed" and "pppoes" filters added; the latter modifies later
3095d18909fSSam Leffler	parts of the filter expression to look at the PPP headers and
3105d18909fSSam Leffler	headers in the PPP payload
3115d18909fSSam Leffler
3125d18909fSSam LefflerTue. 	July 5, 2005.  ken@xelerance.com. Summary for 0.9.3 libpcap release
313ee2dd488SSam Leffler
314ee2dd488SSam Leffler	Fixes for compiling on nearly every platform,
315ee2dd488SSam Leffler		including improved 64bit support
316ee2dd488SSam Leffler	MSDOS Support
317ee2dd488SSam Leffler	Add support for sending packets
318ee2dd488SSam Leffler	OpenBSD pf format support
319ee2dd488SSam Leffler	IrDA capture (Linux only)
320ee2dd488SSam Leffler
321feb4ecdbSBruce M SimpsonTue.   March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
322feb4ecdbSBruce M Simpson
323feb4ecdbSBruce M Simpson	Fixed minor problem in gencode.c that would appear on 64-bit
324feb4ecdbSBruce M Simpson	platforms.
325feb4ecdbSBruce M Simpson	Version number is now sane.
326feb4ecdbSBruce M Simpson
327feb4ecdbSBruce M SimpsonMon.   March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
328feb4ecdbSBruce M Simpson
329feb4ecdbSBruce M Simpson	updates for autoconf 2.5
330feb4ecdbSBruce M Simpson	fixes for ppp interfaces for freebsd 4.1
331feb4ecdbSBruce M Simpson	pcap gencode can generate code for 802.11, IEEE1394, and pflog.
332feb4ecdbSBruce M Simpson
333feb4ecdbSBruce M SimpsonWed.   November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release
334feb4ecdbSBruce M Simpson
335feb4ecdbSBruce M Simpson	added pcap_findalldevs()
336feb4ecdbSBruce M Simpson	Win32 patches from NetGroup, Politecnico di Torino (Italy)
337feb4ecdbSBruce M Simpson	OpenBSD pf, DLT_PFLOG added
338feb4ecdbSBruce M Simpson	Many changes to ATM support.
339feb4ecdbSBruce M Simpson	lookup pcap_lookupnet()
340feb4ecdbSBruce M Simpson	Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
341feb4ecdbSBruce M Simpson		DLT_IP_OVER_FC, DLT_FRELAY, others.
342feb4ecdbSBruce M Simpson	Sigh.  More AIX wonderfulness.
343feb4ecdbSBruce M Simpson	Document updates.
344feb4ecdbSBruce M Simpson	Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(),
345feb4ecdbSBruce M Simpson			pcap_list_datalinks(), pcap_set_datalink(),
346feb4ecdbSBruce M Simpson			pcap_lib_version(), pcap_datalink_val_to_name(),
347feb4ecdbSBruce M Simpson			pcap_datalink_name_to_val(), new error returns.
348feb4ecdbSBruce M Simpson
349feb4ecdbSBruce M SimpsonTuesday, February 25, 2003. fenner@research.att.com.  0.7.2 release
350feb4ecdbSBruce M Simpson
351feb4ecdbSBruce M Simpson 	Support link types that use 802.2 always, never, and sometimes.
352feb4ecdbSBruce M Simpson 	Don't decrease the size of the BPF buffer from the default.
353feb4ecdbSBruce M Simpson 	Support frame relay.
354feb4ecdbSBruce M Simpson 	Handle 32-bit timestamps in DLPI, and pass the right buffer size.
355feb4ecdbSBruce M Simpson 	Handle Linux systems with modern kernel but without
356feb4ecdbSBruce M Simpson 	 SOL_PACKET in the userland headers.
357feb4ecdbSBruce M Simpson 	Linux support for ARPHRD_RAWHDLC.
358feb4ecdbSBruce M Simpson 	Handle 32-bit timestamps in snoop.
359feb4ecdbSBruce M Simpson 	Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
360feb4ecdbSBruce M Simpson 	Add new reserved DLT types.
3610a94d38fSBill Fenner
3620a94d38fSBill FennerMonday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
3630a94d38fSBill Fenner
3640a94d38fSBill Fenner	Added pcap_findalldevs() call to get list of interfaces in a MI way.
3650a94d38fSBill Fenner
3660a94d38fSBill Fenner	pcap_stats() has been documented as to what its counters mean on
3670a94d38fSBill Fenner	each platform.
3688751327cSBill Fenner
369dc2c7305SBill FennerTuesday January 9, 2001. guy@alum.mit.edu. Summary for 0.6 release
3708751327cSBill Fenner
371dc2c7305SBill Fenner	New Linux libpcap implementation, which, in 2.2 and later
372dc2c7305SBill Fenner	kernels, uses PF_PACKET sockets and supports kernel packet
373dc2c7305SBill Fenner	filtering (if compiled into the kernel), and supports the "any"
374dc2c7305SBill Fenner	device for capturing on all interfaces.  Cleans up promiscuous
375dc2c7305SBill Fenner	mode better on pre-2.2 kernels, and has various other fixes
376dc2c7305SBill Fenner	(handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
377dc2c7305SBill Fenner	doesn't show duplicate packets on loopback interface, etc.).
378dc2c7305SBill Fenner
379dc2c7305SBill Fenner	Fixed HP-UX libpcap implementation to correctly get the PPA for
380dc2c7305SBill Fenner	an interface, to allow interfaces to be opened by interface name.
381dc2c7305SBill Fenner
382dc2c7305SBill Fenner	libpcap savefiles have system-independent link-layer type values
383dc2c7305SBill Fenner	in the header, rather than sometimes platform-dependent DLT_
384dc2c7305SBill Fenner	values, to make it easier to exchange capture files between
385dc2c7305SBill Fenner	different OSes.
386dc2c7305SBill Fenner
387dc2c7305SBill Fenner	Non-standard capture files produced by some Linux tcpdumps, e.g.
388dc2c7305SBill Fenner	the one from Red Hat Linux 6.2 and later, can now be read.
389dc2c7305SBill Fenner
390dc2c7305SBill Fenner	Updated autoconf stock files.
391dc2c7305SBill Fenner
392dc2c7305SBill Fenner	Filter expressions can filter on VLAN IDs and various OSI
393dc2c7305SBill Fenner	protocols, and work on Token Ring (with non-source-routed
394dc2c7305SBill Fenner	packets).
395dc2c7305SBill Fenner
396dc2c7305SBill Fenner	"pcap_open_dead()" added to allow compiling filter expressions
397dc2c7305SBill Fenner	to pcap code without opening a capture device or capture file.
398dc2c7305SBill Fenner
399dc2c7305SBill Fenner	Header files fixed to allow use in C++ programs.
400dc2c7305SBill Fenner
401dc2c7305SBill Fenner	Removed dependancy on native headers for packet layout.
402dc2c7305SBill Fenner	Removed Linux specific headers that were shipped.
403dc2c7305SBill Fenner
404dc2c7305SBill Fenner	Security fixes: Strcpy replaced with strlcpy, sprintf replaced
405dc2c7305SBill Fenner	with snprintf.
406dc2c7305SBill Fenner
407dc2c7305SBill Fenner	Fixed bug that could cause subsequent "pcap_compile()"s to fail
408dc2c7305SBill Fenner	erroneously after one compile failed.
409dc2c7305SBill Fenner
410dc2c7305SBill Fenner	Assorted other bug fixes.
411dc2c7305SBill Fenner
412dc2c7305SBill Fenner	README.aix and README.linux files added to describe
413dc2c7305SBill Fenner	platform-specific issues.
414dc2c7305SBill Fenner
415dc2c7305SBill Fenner	"getifaddrs()" rather than SIOCGIFCONF used, if available.
416dc2c7305SBill Fenner
417dc2c7305SBill Fennerv0.5 Sat Jun 10 11:09:15 PDT 2000
418dc2c7305SBill Fenner
419dc2c7305SBill Fenneritojun@iijlab.net
420dc2c7305SBill Fenner- Brought in KAME IPv6/IPsec bpf compiler.
421dc2c7305SBill Fenner- Fixes for NetBSD.
422dc2c7305SBill Fenner- Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
423dc2c7305SBill Fenner  and changes to work around different BSDs having different DLT_ types
424dc2c7305SBill Fenner  with the same numeric value.
425dc2c7305SBill Fenner
426dc2c7305SBill FennerAssar Westerlund  <assar@sics.se>
427dc2c7305SBill Fenner- Building outside the source code tree fixed.
428dc2c7305SBill Fenner- Changed to write out time stamps with 32-bit seconds and microseconds
429dc2c7305SBill Fenner  fields, regardless of whether those fields are 32 bits or 64 bits in
430dc2c7305SBill Fenner  the OS's native "struct timeval".
431dc2c7305SBill Fenner- Changed "pcap_lookupdev()" to dynamically grow the buffer into which
432dc2c7305SBill Fenner  the list of interfaces is read as necessary in order to hold the
433dc2c7305SBill Fenner  entire list.
434dc2c7305SBill Fenner
435dc2c7305SBill FennerGreg Troxel <gdt@ir.bbn.com>
436dc2c7305SBill Fenner- Added a new "pcap_compile_nopcap()", which lets you compile a filter
437dc2c7305SBill Fenner  expression into a BPF program without having an open live capture or
438dc2c7305SBill Fenner  capture file.
439a4b5b39fSBill Fenner
440a4b5b39fSBill Fennerv0.4 Sat Jul 25 12:40:09 PDT 1998
441a4b5b39fSBill Fenner
442a4b5b39fSBill Fenner- Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
443a4b5b39fSBill Fenner  Fenner (fenner@parc.xerox.com)
444a4b5b39fSBill Fenner
445a4b5b39fSBill Fenner- Fix alignment problem with FDDI under DLPI. This was causing core
446a4b5b39fSBill Fenner  dumps under Solaris.
447a4b5b39fSBill Fenner
448a4b5b39fSBill Fenner- Added configure options to disable flex and bison. Resulted from a
449a4b5b39fSBill Fenner  bug report by barnett@grymoire.crd.ge.com (Bruce Barnett). Also added
450a4b5b39fSBill Fenner  options to disable gcc and to force a particular packet capture type.
451a4b5b39fSBill Fenner
452a4b5b39fSBill Fenner- Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
453a4b5b39fSBill Fenner  to John Hawkinson (jhawk@mit.edu)
454a4b5b39fSBill Fenner
455a4b5b39fSBill Fenner- Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
456a4b5b39fSBill Fenner  supply any "link layer" data.
457a4b5b39fSBill Fenner
458a4b5b39fSBill Fenner- Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type.
459a4b5b39fSBill Fenner  Thanks to Thomas Sailer (sailer@ife.ee.ethz.ch)
460a4b5b39fSBill Fenner
461a4b5b39fSBill Fenner- Change IRIX PPP to use DLT_RAW since the kernel does not supply any
462a4b5b39fSBill Fenner  "link layer" data.
463a4b5b39fSBill Fenner
464a4b5b39fSBill Fenner- Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
465a4b5b39fSBill Fenner  formats.
466a4b5b39fSBill Fenner
467a4b5b39fSBill Fenner- Added some new SGI snoop interface types. Thanks to Steve Alexander
468a4b5b39fSBill Fenner  (sca@refugee.engr.sgi.com)
469a4b5b39fSBill Fenner
470a4b5b39fSBill Fenner- Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
471a4b5b39fSBill Fenner  Richard Allen (ra@hp.is) and Steinar Haug (sthaug@nethelp.no)
472a4b5b39fSBill Fenner
473a4b5b39fSBill Fenner- Fddi supports broadcast as reported by Jeff Macdonald
474a4b5b39fSBill Fenner  (jeff@iacnet.com). Also correct ieee802 and arcnet.
475a4b5b39fSBill Fenner
476a4b5b39fSBill Fenner- Determine Linux pcap buffer size at run time or else it might not be
477a4b5b39fSBill Fenner  big enough for some interface types (e.g. FDDI). Thanks to Jes
478a4b5b39fSBill Fenner  Sorensen (Jes.Sorensen@cern.ch)
479a4b5b39fSBill Fenner
480a4b5b39fSBill Fenner- Fix some linux alignment problems.
481a4b5b39fSBill Fenner
482a4b5b39fSBill Fenner- Document promisc argument to pcap_open_live(). Reported by Ian Marsh
483a4b5b39fSBill Fenner  (ianm@sics.se)
484a4b5b39fSBill Fenner
485a4b5b39fSBill Fenner- Support Metricom radio packets under Linux. Thanks to Kevin Lai
486a4b5b39fSBill Fenner  (laik@gunpowder.stanford.edu)
487a4b5b39fSBill Fenner
488a4b5b39fSBill Fenner- Bind to interface name under Linux to avoid packets from multiple
489a4b5b39fSBill Fenner  interfaces on multi-homed hosts. Thanks to Kevin Lai
490a4b5b39fSBill Fenner  (laik@gunpowder.stanford.edu)
491a4b5b39fSBill Fenner
492a4b5b39fSBill Fenner- Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
493a4b5b39fSBill Fenner  (rroberts@muller.com)
494a4b5b39fSBill Fenner
495a4b5b39fSBill Fenner- Fixed an uninitialized memory reference found by Kent Vander Velden
496a4b5b39fSBill Fenner  (graphix@iastate.edu)
497a4b5b39fSBill Fenner
498a4b5b39fSBill Fenner- Fixed lex pattern for IDs to allow leading digits. As reported by
499a4b5b39fSBill Fenner  Theo de Raadt (deraadt@cvs.openbsd.org)
500a4b5b39fSBill Fenner
501a4b5b39fSBill Fenner- Fixed Linux include file problems when using GNU libc.
502a4b5b39fSBill Fenner
503a4b5b39fSBill Fenner- Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
504a4b5b39fSBill Fenner  Reported reported by Eric Jacksch (jacksch@tenebris.ca)
505a4b5b39fSBill Fenner
506a4b5b39fSBill Fenner- Fixed bug in pcap_dispatch() that kept it from returning on packet
507a4b5b39fSBill Fenner  timeouts.
508a4b5b39fSBill Fenner
509a4b5b39fSBill Fenner- Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check
510a4b5b39fSBill Fenner  for "lo" followed by an eos or digit (newer versions of Linux
511a4b5b39fSBill Fenner  apparently call the loopback "lo" instead of "lo0").
512a4b5b39fSBill Fenner
513a4b5b39fSBill Fenner- Fixed Linux networking include files to use ints instead of longs to
514a4b5b39fSBill Fenner  avoid problems with 64 bit longs on the alpha. Thanks to Cristian
515a4b5b39fSBill Fenner  Gafton (gafton@redhat.com)
5163052b236SBill Fenner
5173052b236SBill Fennerv0.3 Sat Nov 30 20:56:27 PST 1996
5183052b236SBill Fenner
5193052b236SBill Fenner- Added Linux support.
5203052b236SBill Fenner
5213052b236SBill Fenner- Fixed savefile bugs.
5223052b236SBill Fenner
5233052b236SBill Fenner- Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl)
5243052b236SBill Fenner
5253052b236SBill Fenner- Add support for bpf kernel port filters.
5263052b236SBill Fenner
5273052b236SBill Fenner- Remove duplicate atalk protocol table entry. Thanks to Christian
5283052b236SBill Fenner  Hopps (chopps@water.emich.edu)
5293052b236SBill Fenner
5303052b236SBill Fenner- Fixed pcap_lookupdev() to ignore nonexistent devices. This was
5313052b236SBill Fenner  reported to happen under BSD/OS by David Vincenzetti
5323052b236SBill Fenner  (vince@cryptonet.it)
5333052b236SBill Fenner
5343052b236SBill Fenner- Avoid solaris compiler warnings. Thanks to Bruce Barnett
5353052b236SBill Fenner  (barnett@grymoire.crd.ge.com)
5368cf6c252SPaul Traina
5378cf6c252SPaul Trainav0.2.1 Sun Jul 14 03:02:26 PDT 1996
5388cf6c252SPaul Traina
5398cf6c252SPaul Traina- Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram
5408cf6c252SPaul Traina  (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
5418cf6c252SPaul Traina
5428cf6c252SPaul Traina- Added support for SINIX. Thanks to Andrej Borsenkow
5438cf6c252SPaul Traina  (borsenkow.msk@sni.de)
5448cf6c252SPaul Traina
5458cf6c252SPaul Traina- Fixes for AIX (although this system is not yet supported). Thanks to
5468cf6c252SPaul Traina  John Hawkinson (jhawk@mit.edu)
5478cf6c252SPaul Traina
5488cf6c252SPaul Traina- Use autoconf's idea of the top level directory in install targets.
5498cf6c252SPaul Traina  Thanks to John Hawkinson.
5508cf6c252SPaul Traina
5518cf6c252SPaul Traina- Add missing autoconf packet capture result message. Thanks to Bill
5528cf6c252SPaul Traina  Fenner (fenner@parc.xerox.com)
5538cf6c252SPaul Traina
5548cf6c252SPaul Traina- Fixed padding problems in the pf module.
5558cf6c252SPaul Traina
5568cf6c252SPaul Traina- Fixed some more alignment problems on the alpha.
5578cf6c252SPaul Traina
5588cf6c252SPaul Traina- Added explicit netmask support. Thanks to Steve Nuchia
5598cf6c252SPaul Traina  (steve@research.oknet.com)
5608cf6c252SPaul Traina
5618cf6c252SPaul Traina- Fixed to handle raw ip addresses such as 0.0.0.1 without "left
5628cf6c252SPaul Traina  justifing"
5638cf6c252SPaul Traina
5648cf6c252SPaul Traina- Add "sca" keyword (for DEC cluster services) as suggested by Terry
5658cf6c252SPaul Traina  Kennedy (terry@spcvxa.spc.edu)
5668cf6c252SPaul Traina
5678cf6c252SPaul Traina- Add "atalk" keyword as suggested by John Hawkinson.
5688cf6c252SPaul Traina
5698cf6c252SPaul Traina- Add "igrp" keyword.
5708cf6c252SPaul Traina
5718cf6c252SPaul Traina- Fixed HID definition in grammar.y to be a string, not a value.
5728cf6c252SPaul Traina
5738cf6c252SPaul Traina- Use $CC when checking gcc version. Thanks to Carl Lindberg
5748cf6c252SPaul Traina  (carl_lindberg@blacksmith.com)
5758cf6c252SPaul Traina
5768cf6c252SPaul Traina- Removed obsolete reference to pcap_immediate() from the man page.
5778cf6c252SPaul Traina  Michael Stolarchuk (mts@terminator.rs.itd.umich.edu)
5788cf6c252SPaul Traina
5798cf6c252SPaul Traina- DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
5808cf6c252SPaul Traina  (jch@bsdi.com)
5818cf6c252SPaul Traina
5828cf6c252SPaul Trainav0.2 Sun Jun 23 02:28:42 PDT 1996
5838cf6c252SPaul Traina
5848cf6c252SPaul Traina- Add support for HP-UX. Resulted from code contributed by Tom Murray
5858cf6c252SPaul Traina  (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
5868cf6c252SPaul Traina  (philipp@res.enst.fr)
5878cf6c252SPaul Traina
5888cf6c252SPaul Traina- Update INSTALL with a reminder to install include files. Thanks to
5898cf6c252SPaul Traina  Mark Andrews (mandrews@aw.sgi.com)
5908cf6c252SPaul Traina
5918cf6c252SPaul Traina- Fix bpf compiler alignment bug on the alpha.
5928cf6c252SPaul Traina
5938cf6c252SPaul Traina- Use autoconf to detect architectures that can't handle misaligned
5948cf6c252SPaul Traina  accesses.
5958cf6c252SPaul Traina
5968cf6c252SPaul Traina- Added loopback support for snoop. Resulted from report Steve
5978cf6c252SPaul Traina  Alexander (sca@engr.sgi.com)
5988cf6c252SPaul Traina
5998cf6c252SPaul Trainav0.1 Fri Apr 28 18:11:03 PDT 1995
6008cf6c252SPaul Traina
6018cf6c252SPaul Traina- Fixed compiler and optimizer bugs.  The BPF filter engine uses unsigned
6028cf6c252SPaul Traina  comparison operators, while the code generator and optimizer assumed
6038cf6c252SPaul Traina  signed semantics in several places.  Thanks to Charlie Slater
6048cf6c252SPaul Traina  (cslater@imatek.com) for pointing this out.
6058cf6c252SPaul Traina
6068cf6c252SPaul Traina- Removed FDDI ifdef's, they aren't really needed. Resulted from report
6078cf6c252SPaul Traina  by Gary Veum (veum@boa.gsfc.nasa.gov).
6088cf6c252SPaul Traina
6098cf6c252SPaul Traina- Add pcap-null.c which allows offline use of libpcap on systems that
6108cf6c252SPaul Traina  don't support live package capture. This feature resulting from a
6118cf6c252SPaul Traina  request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl).
6128cf6c252SPaul Traina
6138cf6c252SPaul Traina- Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
6148cf6c252SPaul Traina  (Pascal.Hennequin@hugo.int-evry.fr).
6158cf6c252SPaul Traina
6168cf6c252SPaul Traina- Port to GNU autoconf.
6178cf6c252SPaul Traina
6188cf6c252SPaul Traina- Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
6198cf6c252SPaul Traina  Johansen (fsj@csd.cri.dk).
6208cf6c252SPaul Traina
6218cf6c252SPaul Traina- Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
6228cf6c252SPaul Traina  Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
6238cf6c252SPaul Traina
6248cf6c252SPaul Traina- Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
6258cf6c252SPaul Traina  by Jeff Murphy (jcmurphy@acsu.buffalo.edu).
6268cf6c252SPaul Traina
6278cf6c252SPaul Traina- Add support for "long jumps". Thanks to Jeffrey Mogul
6288cf6c252SPaul Traina  (mogul@pa.dec.com).
6298cf6c252SPaul Traina
6308cf6c252SPaul Traina- Fix minor problems when compiling with BDEBUG as noticed by Scott
6318cf6c252SPaul Traina  Bertilson (scott@unet.umn.edu).
6328cf6c252SPaul Traina
6338cf6c252SPaul Traina- Declare sys_errlist "const char *const" to avoid problems under
6348cf6c252SPaul Traina  FreeBSD. Resulted from report by jher@eden.com.
6358cf6c252SPaul Traina
6368cf6c252SPaul Trainav0.0.6 Fri Apr 28 04:07:13 PDT 1995
6378cf6c252SPaul Traina
6388cf6c252SPaul Traina- Add missing variable declaration missing from 0.0.6
6398cf6c252SPaul Traina
6408cf6c252SPaul Trainav0.0.5 Fri Apr 28 00:22:21 PDT 1995
6418cf6c252SPaul Traina
6428cf6c252SPaul Traina- Workaround for problems when pcap_read() returns 0 due to the timeout
6438cf6c252SPaul Traina  expiring.
6448cf6c252SPaul Traina
6458cf6c252SPaul Trainav0.0.4 Thu Apr 20 20:41:48 PDT 1995
6468cf6c252SPaul Traina
6478cf6c252SPaul Traina- Change configuration to not use gcc v2 flags with gcc v1.
6488cf6c252SPaul Traina
6498cf6c252SPaul Traina- Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
6508cf6c252SPaul Traina  should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
6518cf6c252SPaul Traina
6528cf6c252SPaul Traina- Fixed configure to test for snoop before dlpi to avoid problems under
6538cf6c252SPaul Traina  IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
6548cf6c252SPaul Traina
6558cf6c252SPaul Traina- Hack around deficiency in Ultrix's make.
6568cf6c252SPaul Traina
6578cf6c252SPaul Traina- Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
6588cf6c252SPaul Traina  savefiles that have more than snapshot bytes of data in them (so we
6598cf6c252SPaul Traina  can read old savefiles) and avoid writing such files.
6608cf6c252SPaul Traina
6618cf6c252SPaul Traina- Added checkioctl which is used with gcc to check that the
6628cf6c252SPaul Traina  "fixincludes" script has been run.
6638cf6c252SPaul Traina
6648cf6c252SPaul Trainav0.0.3 Tue Oct 18 18:13:46 PDT 1994
6658cf6c252SPaul Traina
6668cf6c252SPaul Traina- Fixed configure to test for snoop before dlpi to avoid problems under
6678cf6c252SPaul Traina  IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
6688cf6c252SPaul Traina
6698cf6c252SPaul Trainav0.0.2 Wed Oct 12 20:56:37 PDT 1994
6708cf6c252SPaul Traina
6718cf6c252SPaul Traina- Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
6728cf6c252SPaul Traina  Stevens.
6738cf6c252SPaul Traina
6748cf6c252SPaul Traina- Determine pcap link type from dlpi media type. Resulted from report
6758cf6c252SPaul Traina  by Mahesh Jethanandani (mahesh@npix.com).
6768cf6c252SPaul Traina
6778cf6c252SPaul Trainav0.0.1 Fri Jun 24 14:50:57 PDT 1994
6788cf6c252SPaul Traina
6798cf6c252SPaul Traina- Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
6808cf6c252SPaul Traina  wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
6818cf6c252SPaul Traina  Invalid argument" error under OSF/1. Reported by Matt Day
6828cf6c252SPaul Traina  (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
6838cf6c252SPaul Traina
6848cf6c252SPaul Traina- Turn on FDDI support by default.
6858cf6c252SPaul Traina
6868cf6c252SPaul Trainav0.0 Mon Jun 20 19:20:16 PDT 1994
6878cf6c252SPaul Traina
6888cf6c252SPaul Traina- Initial release.
6898cf6c252SPaul Traina
6908cf6c252SPaul Traina- Fixed bug with greater/less keywords, reported by Mark Andrews
6918cf6c252SPaul Traina  (mandrews@alias.com).
6928cf6c252SPaul Traina
6938cf6c252SPaul Traina- Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
6948cf6c252SPaul Traina  by Elan Amir (elan@leeb.cs.berkeley.edu).
6958cf6c252SPaul Traina
6968cf6c252SPaul Traina- Machines with little-endian byte ordering are supported thanks to
6978cf6c252SPaul Traina  Jeff Mogul.
6988cf6c252SPaul Traina
6998cf6c252SPaul Traina- Add hack for version 2.3 savefiles which don't have caplen and len
7008cf6c252SPaul Traina  swapped thanks to Vern Paxson.
7018cf6c252SPaul Traina
7028cf6c252SPaul Traina- Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
7038cf6c252SPaul Traina
7048cf6c252SPaul Traina- Added length, inbound and outbound keywords.
705