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