| Commit message (Expand) | Author | Age | Files | Lines |
* | Sigh. We really *do* have to check whether a capture is a snoop or | Guy Harris | 2002-12-05 | 3 | -81/+133 |
* | Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qual | Guy Harris | 2002-11-28 | 1 | -3/+13 |
* | Add "-Wcast-qual" to the list of "-W" flags, so we catch code that could | Guy Harris | 2002-11-27 | 1 | -3/+3 |
* | The "pd" argument to "wtap_process_pcap_packet()" is a const pointer; | Guy Harris | 2002-11-27 | 1 | -2/+2 |
* | The arguments to the "pntoh" and "pletoh" macros could be const | Guy Harris | 2002-11-27 | 1 | -41/+41 |
* | AIX's tcpdump has the same annoying habit as AIX's iptrace of putting 3 | Guy Harris | 2002-11-16 | 1 | -1/+24 |
* | From Brian Ginsbach: upport for additional snoop file encapsulations in | Guy Harris | 2002-11-13 | 1 | -4/+4 |
* | Update comments to reflect some information inferred from the Sniffer | Guy Harris | 2002-11-10 | 1 | -7/+20 |
* | It appears that 0x80 in the fs field of an ISDN packet means "network to | Guy Harris | 2002-11-09 | 1 | -4/+4 |
* | Attempt to handle REC_HEADER2 records in major version 2 DOS Sniffer | Guy Harris | 2002-11-09 | 1 | -56/+128 |
* | From Solomon Peachy: support for new "wlancap" 802.11 extra-information | Guy Harris | 2002-11-06 | 2 | -3/+8 |
* | Handle the 3 bytes of padding before the FDDI frame data in iptrace | Guy Harris | 2002-11-01 | 1 | -33/+157 |
* | Fix up the handling of WAN captures somewhat, based on looking at a | Guy Harris | 2002-11-01 | 2 | -69/+170 |
* | Convert the "maj_vers" field of a REC_VERS record to host byte order | Guy Harris | 2002-11-01 | 1 | -2/+2 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 7 | -209/+178 |
* | Some fields that are treated as 16-bit or 8-bit fields followed by | Guy Harris | 2002-10-29 | 1 | -14/+83 |
* | Put in a comment noting that not *all* captures with a network type of 3 | Guy Harris | 2002-10-22 | 1 | -1/+9 |
* | Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, and | Guy Harris | 2002-10-22 | 3 | -4/+9 |
* | From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32 | Guy Harris | 2002-10-15 | 1 | -1/+4 |
* | "tm_isdst" must be set to -1 before "mktime()" is called, so that | Guy Harris | 2002-10-10 | 2 | -3/+4 |
* | Support for both old and brand new libtool versions | Jörg Mayer | 2002-10-09 | 1 | -1/+2 |
* | Change by Didier Gautheron to make automake 1.7 work. | Jörg Mayer | 2002-10-06 | 1 | -3/+3 |
* | Update some comments. | Guy Harris | 2002-09-04 | 1 | -9/+17 |
* | Update my email. | Olivier Abad | 2002-09-01 | 1 | -1/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 49 | -460/+460 |
* | Add gtk2/glib2 handling to configure. Use --enable-gtk2 to use | Jörg Mayer | 2002-08-28 | 1 | -3/+9 |
* | Updates from Motonori Shindo. | Guy Harris | 2002-08-16 | 2 | -20/+9 |
* | Sort .cvsignore alphabetically and add libtool where missing. | Jörg Mayer | 2002-08-14 | 1 | -16/+17 |
* | Replace usage of AC_PROG_RANLIB which is deprecated for newer versions | Jörg Mayer | 2002-08-14 | 1 | -2/+2 |
* | Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()", | Guy Harris | 2002-08-13 | 4 | -18/+21 |
* | Use "atm_guess_traffic_type()" to guess the ATM traffic type for ATM | Guy Harris | 2002-08-13 | 1 | -15/+23 |
* | Properly set the LANE traffic type. | Guy Harris | 2002-08-07 | 1 | -2/+30 |
* | From Anand V. Narwani: add an entry for the DOCSIS encapsulation to the | Guy Harris | 2002-08-06 | 1 | -1/+4 |
* | Fix the declaration of "empty_line()" to match the definition. | Guy Harris | 2002-08-06 | 1 | -2/+2 |
* | Make the argument to "empty_line()" a "const guchar *", so we don't have | Guy Harris | 2002-08-06 | 1 | -2/+2 |
* | Use <zlib.h> instead of "zlib.h" | Jörg Mayer | 2002-07-31 | 1 | -2/+2 |
* | Add conditional include of winsock2.h again, so compilation with MSVC++ | Jörg Mayer | 2002-07-31 | 1 | -1/+5 |
* | From Motonori Shindo: support for reading CoSine L2 debug output. | Guy Harris | 2002-07-31 | 8 | -7/+617 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 19 | -165/+133 |
* | Don't allocate structures to remember how to re-access a packet's data, | Guy Harris | 2002-07-16 | 1 | -12/+27 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 17 | -71/+132 |
* | Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug in | Guy Harris | 2002-07-15 | 1 | -68/+46 |
* | Redo the way random access is handled. Save, for each packet, the | Guy Harris | 2002-07-15 | 1 | -120/+230 |
* | Clarify the octet-stuffed framing code, by adding comments and by using | Guy Harris | 2002-07-14 | 1 | -5/+48 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 1 | -2/+3 |
* | From Nix: | Guy Harris | 2002-07-06 | 1 | -3/+5 |
* | From Markus Steinmann: support for writing LANalyzer files. | Guy Harris | 2002-06-27 | 4 | -29/+676 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 4 | -11/+11 |
* | Move the entries to map between platform-dependent libpcap link-layer | Guy Harris | 2002-06-13 | 1 | -117/+125 |
* | Add /I$(PCAP_DIR)/include to the list of directories in which to look | Guy Harris | 2002-06-13 | 1 | -2/+3 |