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