aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
1999-10-10The #defines to turn "yy{lex,error}" into names specific to theGuy Harris1-11/+2
1999-10-08Move some definitions of stuff not used outside the Lucent/AscendGuy Harris3-13/+15
1999-10-08Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris4-3/+48
1999-10-06Give it a copyright notice and RCS ID.Guy Harris1-0/+23
1999-10-06Whitespace cleanup.Guy Harris1-2/+2
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris3-3/+24
1999-10-05Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1-10/+10
1999-10-05Better handle errors from zlib:Guy Harris12-146/+157
1999-09-30A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1-2/+2
1999-09-28"snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1-2/+2
1999-09-24DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1-2/+43
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris12-29/+30
1999-09-24Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez1-1/+5
1999-09-23Give it an RCS ID.Guy Harris3-0/+48
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orGuy Harris2-14/+14
1999-09-23Get rid of unused variable.Guy Harris1-2/+1
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan4-5/+22
1999-09-22Fix to allow compressed file handling of Ascend capturesAshok Narayanan3-19/+30
1999-09-22Oops - new file for zLib commit which I missed out.Ashok Narayanan1-0/+55
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan13-146/+179
1999-09-13Added support for Lucent/Ascend "wdd" output.Gerald Combs1-6/+8
1999-09-13Add support for "wdd" trace output.Gerald Combs3-78/+230
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-5/+5
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs5-40/+58
1999-09-11Get rid of an unused variable.Guy Harris1-2/+0
1999-09-11"ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1-2/+2
1999-09-11"ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris2-3/+4
1999-09-11Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1-8/+10
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs4-0/+549
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs6-113/+290
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
1999-09-02When skipping over the padding at the end of a record in a capture file,Guy Harris1-5/+28
1999-09-01When reading packets from a capture file, don't seek around recordGuy Harris1-50/+49
1999-08-31Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1-2/+2
1999-08-31Olivier Abad's fix to the problem where some capture files appeared toGuy Harris1-0/+1
1999-08-31Convert the seconds value to the right byte order before using it atGuy Harris1-6/+10
1999-08-30Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1-7/+20
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris10-25/+82
1999-08-24Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.Gilbert Ramirez1-2/+2
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris7-20/+46
1999-08-22Modify the comments to show how much of a mess the different DLT_ valuesGuy Harris1-9/+18
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris3-10/+23
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris2-2/+38
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris9-116/+155
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris2-18/+71
1999-08-20The 16-bit and 32-bit fields in the "frame4" record header in ATMGuy Harris1-8/+8
1999-08-20Fix a comment.Guy Harris1-1/+1
1999-08-20Add Olivier Abad to the list of Wiretap authors, as the code to readGuy Harris1-0/+7
1999-08-20Note that we now have the ability to read Ethernet and X.25 capturesGuy Harris1-1/+6