aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-11-10Update comments to reflect some information inferred from the Snifferguy1-7/+20
2002-11-09It appears that 0x80 in the fs field of an ISDN packet means "network toguy1-4/+4
2002-11-09Attempt to handle REC_HEADER2 records in major version 2 DOS Snifferguy1-56/+128
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationguy2-3/+8
2002-11-01Handle the 3 bytes of padding before the FDDI frame data in iptraceguy1-33/+157
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aguy2-69/+170
2002-11-01Convert the "maj_vers" field of a REC_VERS record to host byte orderguy1-2/+2
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy7-209/+178
2002-10-29Some fields that are treated as 16-bit or 8-bit fields followed byguy1-14/+83
2002-10-22Put in a comment noting that not *all* captures with a network type of 3guy1-1/+9
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andguy3-4/+9
2002-10-15From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32guy1-1/+4
2002-10-10"tm_isdst" must be set to -1 before "mktime()" is called, so thatguy2-3/+4
2002-10-09Support for both old and brand new libtool versionsjmayer1-1/+2
2002-10-06Change by Didier Gautheron to make automake 1.7 work.jmayer1-3/+3
2002-09-04Update some comments.guy1-9/+17
2002-09-01Update my email.oabad1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer49-460/+460
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to usejmayer1-3/+9
2002-08-16Updates from Motonori Shindo.guy2-20/+9
2002-08-14Sort .cvsignore alphabetically and add libtool where missing.jmayer1-16/+17
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsjmayer1-2/+2
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",guy4-18/+21
2002-08-13Use "atm_guess_traffic_type()" to guess the ATM traffic type for ATMguy1-15/+23
2002-08-07Properly set the LANE traffic type.guy1-2/+30
2002-08-06From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theguy1-1/+4
2002-08-06Fix the declaration of "empty_line()" to match the definition.guy1-2/+2
2002-08-06Make the argument to "empty_line()" a "const guchar *", so we don't haveguy1-2/+2
2002-07-31Use <zlib.h> instead of "zlib.h"jmayer1-2/+2
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++jmayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.guy8-7/+617
2002-07-29From Joerg Mayer:guy19-165/+133
2002-07-16Don't allocate structures to remember how to re-access a packet's data,guy1-12/+27
2002-07-16From Graeme Hewson:guy17-71/+132
2002-07-15Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inguy1-68/+46
2002-07-15Redo the way random access is handled. Save, for each packet, theguy1-120/+230
2002-07-14Clarify the octet-stuffed framing code, by adding comments and by usingguy1-5/+48
2002-07-12From Anand V. Narwani:guy1-2/+3
2002-07-06From Nix:guy1-3/+5
2002-06-27From Markus Steinmann: support for writing LANalyzer files.guy4-29/+676
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy4-11/+11
2002-06-13Move the entries to map between platform-dependent libpcap link-layerguy1-117/+125
2002-06-13Add /I$(PCAP_DIR)/include to the list of directories in which to lookguy1-2/+3
2002-06-13Export the new wtap_process_pcap_packet routine.guy1-0/+1
2002-06-10Add #define HAVE_PCAP_H 1 to config.h.win32.gram2-13/+15
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyguy4-28/+123
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.guy3-23/+48
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy21-183/+109
2002-06-07BSD/OS Frame Relay packets just begin with the Frame Relay header, soguy1-17/+4
2002-06-06Use "phtons()", not "htons()", just as we use "pntohs()" rather thanguy1-2/+2