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