aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-06Support the Solaris+SunATM libpcap capture file type (not yet checkedguy1-14/+241
2002-06-04The "sequential_close" routine for a capture file type, if it has one,guy1-3/+5
2002-06-04The frame table isn't needed once we've made a sequential pass throughguy1-3/+17
2002-05-29Check for EtherPeek files before checking for pppdump files; theguy1-3/+4
2002-05-29Fail somewhat more gracefully when confronted with a bad file.guy1-2/+4
2002-05-28Add support for old NetXRay format.guy3-65/+119
2002-05-26Get rid of an unused variable.guy1-3/+1
2002-05-23Set the LANE subtype in the "seek and read" routine.guy1-2/+14
2002-05-23The old URL for the LANalyzer file format is no longer valid; replace itguy1-2/+2
2002-05-22Capture file formats that can be written need a "short name" to let youguy1-2/+2
2002-05-22Updated NS_LS_DRIVER to work with both pre-HPUX11 and HPUX11.sahlberg3-21/+57
2002-05-17Added support for HPUX11 NETTL captures for the NS_LS_DRIVER type.sahlberg1-1/+108
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-136/+95
2002-05-08From Joerg Mayer:guy1-0/+1
2002-05-07Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingguy1-3/+3
2002-05-04Fix capture-file-specific "close output" routines to check whether theguy4-100/+124
2002-04-30Move the code to guess the traffic type based on the packet contentsguy6-32/+209