aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-12-20Update some comments.Guy Harris1-5/+34
2002-12-20Add an item for Wellfleet HDLC.Guy Harris1-1/+3
2002-12-20Make "infer_pkt_encap()" take a pointer and length as arguments.Guy Harris1-26/+58
2002-12-20Supply more information about "WAN/Synchronous" captures.Guy Harris1-10/+24
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c asRichard Sharpe2-8/+23
2002-12-17- some radcom files seem to have a different magic key than the one weOlivier Abad1-26/+44
2002-12-11Add support for the new DLT_ value of 127, for the AVS WLAN header.Guy Harris1-2/+3
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris3-81/+133
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
2002-11-27Add "-Wcast-qual" to the list of "-W" flags, so we catch code that couldGuy Harris1-3/+3
2002-11-27The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;Guy Harris1-2/+2
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris1-41/+41
2002-11-16AIX's tcpdump has the same annoying habit as AIX's iptrace of putting 3Guy Harris1-1/+24
2002-11-13From Brian Ginsbach: upport for additional snoop file encapsulations inGuy Harris1-4/+4
2002-11-10Update comments to reflect some information inferred from the SnifferGuy Harris1-7/+20
2002-11-09It appears that 0x80 in the fs field of an ISDN packet means "network toGuy Harris1-4/+4
2002-11-09Attempt to handle REC_HEADER2 records in major version 2 DOS SnifferGuy Harris1-56/+128
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris2-3/+8
2002-11-01Handle the 3 bytes of padding before the FDDI frame data in iptraceGuy Harris1-33/+157
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris2-69/+170
2002-11-01Convert the "maj_vers" field of a REC_VERS record to host byte orderGuy Harris1-2/+2
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris7-209/+178
2002-10-29Some fields that are treated as 16-bit or 8-bit fields followed byGuy Harris1-14/+83
2002-10-22Put in a comment noting that not *all* captures with a network type of 3Guy Harris1-1/+9
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris3-4/+9
2002-10-15From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32Guy Harris1-1/+4
2002-10-10"tm_isdst" must be set to -1 before "mktime()" is called, so thatGuy Harris2-3/+4
2002-10-09Support for both old and brand new libtool versionsJörg Mayer1-1/+2
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer1-3/+3
2002-09-04Update some comments.Guy Harris1-9/+17
2002-09-01Update my email.Olivier Abad1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer49-460/+460
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer1-3/+9
2002-08-16Updates from Motonori Shindo.Guy Harris2-20/+9
2002-08-14Sort .cvsignore alphabetically and add libtool where missing.Jörg Mayer1-16/+17
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsJörg Mayer1-2/+2
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",Guy Harris4-18/+21
2002-08-13Use "atm_guess_traffic_type()" to guess the ATM traffic type for ATMGuy Harris1-15/+23
2002-08-07Properly set the LANE traffic type.Guy Harris1-2/+30
2002-08-06From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theGuy Harris1-1/+4
2002-08-06Fix the declaration of "empty_line()" to match the definition.Guy Harris1-2/+2
2002-08-06Make the argument to "empty_line()" a "const guchar *", so we don't haveGuy Harris1-2/+2
2002-07-31Use <zlib.h> instead of "zlib.h"Jörg Mayer1-2/+2
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++Jörg Mayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris8-7/+617
2002-07-29From Joerg Mayer:Guy Harris19-165/+133
2002-07-16Don't allocate structures to remember how to re-access a packet's data,Guy Harris1-12/+27
2002-07-16From Graeme Hewson:Guy Harris17-71/+132
2002-07-15Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inGuy Harris1-68/+46
2002-07-15Redo the way random access is handled. Save, for each packet, theGuy Harris1-120/+230