| Commit message (Expand) | Author | Age | Files | Lines |
* | Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32 | Jörg Mayer | 2003-10-03 | 1 | -2/+2 |
* | From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex was | Guy Harris | 2003-10-03 | 1 | -1/+5 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -1/+0 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 17 | -173/+529 |
* | It appears that, at least for gigabit pod captures, there are time stamp | Guy Harris | 2003-09-28 | 1 | -21/+52 |
* | From packet steve: update to give the correct name for "file_access.c", | Guy Harris | 2003-09-24 | 1 | -6/+21 |
* | From Jesper Peterson: add support for AAL5 records in ERF files, | Guy Harris | 2003-09-19 | 1 | -18/+57 |
* | Put in a note telling people how to add a new libpcap encapsulation | Guy Harris | 2003-09-04 | 1 | -1/+47 |
* | From Jesper Peterson: | Guy Harris | 2003-08-26 | 1 | -4/+7 |
* | From Jesper Peterson: support for Endace ERF file format. | Guy Harris | 2003-08-26 | 8 | -6/+538 |
* | Use "file_access.c", not "file_io.c", as the latter is already in use in | Guy Harris | 2003-08-23 | 3 | -6/+6 |
* | Rename "wiretap/file.c" to "wiretap/file_io.c", as some tools, such as | Guy Harris | 2003-08-22 | 3 | -6/+6 |
* | Align the --with-pcap help message with other help messages. | Guy Harris | 2003-08-21 | 1 | -2/+2 |
* | Clean up argument names. | Guy Harris | 2003-07-29 | 1 | -3/+3 |
* | Use GLib's macros for converting from host byte order to little-endian. | Guy Harris | 2003-07-29 | 1 | -17/+3 |
* | Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()" | Guy Harris | 2003-07-29 | 1 | -6/+2 |
* | Use "guint16" and "guint32" for items in data records, rather than | Guy Harris | 2003-07-29 | 1 | -55/+65 |
* | From Thierry Martin: support for reading files from Accellent 5Views LAN | Guy Harris | 2003-07-29 | 8 | -11/+526 |
* | Back out the changes made earlier. | Gerald Combs | 2003-07-23 | 1 | -2/+2 |
* | Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer. | Gerald Combs | 2003-07-23 | 1 | -2/+2 |
* | %yynowrap forces "yywrap()" to be a macro that returns 1, so there's no | Guy Harris | 2003-07-08 | 1 | -3/+1 |
* | A couple of captures have been seen with the first (low-order) byte of | Guy Harris | 2003-07-07 | 1 | -41/+94 |
* | Use the "rx_frm_len" field from the trace packet data record header, | Guy Harris | 2003-06-30 | 1 | -2/+25 |
* | GCC 3.3 noticed that checking whether the length of the slice is > 65535 | Guy Harris | 2003-06-25 | 2 | -14/+3 |
* | Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -2/+2 |
* | Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -2/+2 |
* | From Graeme Hewson: fix the declaration of "open_routines[]". | Guy Harris | 2003-05-27 | 1 | -7/+2 |
* | Make "vms_check_file_type()" seek back to the beginning of the line that | Guy Harris | 2003-05-27 | 1 | -1/+14 |
* | From Martin Warnes: fix to check the "XXXtrace" part of the per-packet | Guy Harris | 2003-05-20 | 1 | -98/+121 |
* | From Martin Warnes: support for VMS UCX$TRACE output in wiretap. | Guy Harris | 2003-05-19 | 2 | -9/+43 |
* | Fix a typo. | Guy Harris | 2003-05-16 | 1 | -2/+2 |
* | From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_ | Guy Harris | 2003-05-15 | 3 | -7/+14 |
* | From Mark C. Brown: | Guy Harris | 2003-05-05 | 3 | -26/+31 |
* | Newer build tools generate the following warning: | Jörg Mayer | 2003-04-27 | 1 | -2/+2 |
* | Add a new README.developer file for wiretap; it's currently just some | Guy Harris | 2003-04-02 | 2 | -3/+71 |
* | The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2 | Guy Harris | 2003-03-31 | 1 | -11/+21 |
* | Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit is | Guy Harris | 2003-03-28 | 1 | -23/+31 |
* | AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layer | Guy Harris | 2003-03-25 | 1 | -4/+17 |
* | WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so just | Guy Harris | 2003-03-08 | 2 | -5/+5 |
* | From Markus Friedl: | Gerald Combs | 2003-03-07 | 2 | -4/+5 |
* | A captured length bigger than the actual length makes no sense; clip the | Guy Harris | 2003-03-04 | 1 | -2/+11 |
* | Handle the direction bit in SDLC and PPP Sniffer files. | Guy Harris | 2003-03-04 | 1 | -1/+7 |
* | Handle packet direction information for SDLC Sniffer captures. | Guy Harris | 2003-03-03 | 2 | -9/+62 |
* | A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean that | Guy Harris | 2003-03-01 | 1 | -1/+13 |
* | From Pavel Roskin: | Guy Harris | 2003-02-26 | 2 | -30/+2 |
* | Sigh. It appears that atmsnoop might, at least for some packets, put 4 | Guy Harris | 2003-02-18 | 1 | -7/+11 |
* | Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files | Guy Harris | 2003-01-31 | 6 | -59/+116 |
* | Add support for writing Frame Relay files in NetXRay format 2.x. | Guy Harris | 2003-01-30 | 3 | -27/+79 |
* | AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case a | Jörg Mayer | 2003-01-30 | 1 | -2/+2 |
* | In the BSDs, ARCNET packets don't have an offset field between the | Guy Harris | 2003-01-23 | 3 | -30/+35 |