aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1-1/+4
1999-10-05Better handle errors from zlib:Guy Harris1-1/+12
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-3/+9
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1-1/+3
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-3/+4
1999-09-13Added support for Lucent/Ascend "wdd" output.Gerald Combs1-6/+8
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1-1/+18
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-2/+13
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-1/+3
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-9/+25
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1-7/+10
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1-1/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-24/+24
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-2/+24
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-6/+78
1999-08-20Made LanAlyzer smarter about reading trace files, thereby removing aGilbert Ramirez1-11/+1
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-9/+18
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris1-2/+6
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1-26/+24
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-8/+61
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-3/+14
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-2/+11
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1-3/+11
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+9
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-13/+1
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris1-2/+3
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-1/+14
1999-03-22Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-1/+2
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1-2/+3
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-10/+49
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1-1/+8
1999-01-21I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez1-2/+2
1999-01-17Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris1-1/+9
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-3/+1
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-1/+3
1998-12-17Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.Gilbert Ramirez1-3/+9
1998-12-13Added Guy's patch to calculate date of Sniffer packet trace. I copiedGilbert Ramirez1-18/+3
1998-11-23Added time-stamp decoding to LANalyzer decodes, made minor comment changes toGilbert Ramirez1-2/+3
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-5/+11
1998-11-13The Sniffer-reading code in wiretap now decodes the time field for eachGilbert Ramirez1-1/+2
1998-11-13Now that I know where to find the file format of Sniffer trace files, wiretapGilbert Ramirez1-1/+7
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-7/+35
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+104