aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Give it a copyright notice and RCS ID.Guy Harris1999-10-061-0/+23
* Whitespace cleanup.Guy Harris1999-10-061-2/+2
* Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1999-10-063-3/+24
* Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1999-10-051-10/+10
* Better handle errors from zlib:Guy Harris1999-10-0512-146/+157
* A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1999-09-301-2/+2
* "snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1999-09-281-2/+2
* DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1999-09-241-2/+43
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-2412-29/+30
* Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez1999-09-241-1/+5
* Give it an RCS ID.Guy Harris1999-09-233-0/+48
* Give it an RCS ID.Guy Harris1999-09-231-0/+2
* When reading a capture file, we can detect whether it's compressed orGuy Harris1999-09-232-14/+14
* Get rid of unused variable.Guy Harris1999-09-231-2/+1
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-234-5/+22
* Fix to allow compressed file handling of Ascend capturesAshok Narayanan1999-09-223-19/+30
* Oops - new file for zLib commit which I missed out.Ashok Narayanan1999-09-221-0/+55
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-2213-146/+179
* Added support for Lucent/Ascend "wdd" output.Gerald Combs1999-09-131-6/+8
* Add support for "wdd" trace output.Gerald Combs1999-09-133-78/+230
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-5/+5
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-115-40/+58
* Get rid of an unused variable.Guy Harris1999-09-111-2/+0
* "ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1999-09-111-2/+2
* "ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris1999-09-112-3/+4
* Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1999-09-111-8/+10
* Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs1999-09-114-0/+549
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-116-113/+290
* Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1999-09-091-0/+24
* When skipping over the padding at the end of a record in a capture file,Guy Harris1999-09-021-5/+28
* When reading packets from a capture file, don't seek around recordGuy Harris1999-09-011-50/+49
* Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1999-08-311-2/+2
* Olivier Abad's fix to the problem where some capture files appeared toGuy Harris1999-08-311-0/+1
* Convert the seconds value to the right byte order before using it atGuy Harris1999-08-311-6/+10
* Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1999-08-301-7/+20
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-2810-25/+82
* Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.Gilbert Ramirez1999-08-241-2/+2
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-247-20/+46
* Modify the comments to show how much of a mess the different DLT_ valuesGuy Harris1999-08-221-9/+18
* Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1999-08-223-10/+23
* Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1999-08-222-2/+38
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-229-116/+155
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-222-18/+71
* The 16-bit and 32-bit fields in the "frame4" record header in ATMGuy Harris1999-08-201-8/+8
* Fix a comment.Guy Harris1999-08-201-1/+1
* Add Olivier Abad to the list of Wiretap authors, as the code to readGuy Harris1999-08-201-0/+7
* Note that we now have the ability to read Ethernet and X.25 capturesGuy Harris1999-08-201-1/+6
* Remove the stuff about filters in Wiretap, as that capability wasGuy Harris1999-08-201-21/+6
* Get rid of an unused variable left stranded on the beach when a waveGuy Harris1999-08-201-2/+1
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-203-294/+122