aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-2/+3
* Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris2001-02-221-2/+9
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-081-2/+3
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-2/+3
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-2/+3
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-7/+9
* Add support for reading pppd log files in wiretap.Gilbert Ramirez2000-09-191-2/+3
* Code to read capture files from some version of tcpdump from some sortGuy Harris2000-09-151-21/+22
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-3/+11
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+3
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-081-2/+3
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-261-20/+21
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-1/+4
* Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris2000-06-241-2/+2
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-16/+23
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-209/+9
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-9/+17
* Fix minor typo found by Alan Harrison.Guy Harris2000-05-121-2/+2
* Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris2000-05-101-2/+2
* Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris2000-04-151-8/+2
* Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris2000-04-081-1/+2
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-2/+3
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1999-12-151-1/+12
* One field in the NetXRay header appears to be the number of frames inGuy Harris1999-12-151-3/+3
* more work on netxray, still not sniffer compatible thoughNathan Neulinger1999-12-141-1/+2
* Added support for writing netxray version 1.1 dumps.Nathan Neulinger1999-12-141-1/+7
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-3/+11
* Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1999-12-111-3/+9
* Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1999-12-111-16/+19
* Provide a table of descriptive and short (command-line) names forGuy Harris1999-12-051-1/+7
* Give those capture file formats we can write a "short name", to be usedGuy Harris1999-12-041-1/+3
* More infrastructure changes for Ethereal - makeGuy Harris1999-12-041-2/+2
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-041-1/+6
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-041-5/+35
* Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1999-11-261-11/+12
* Add LAPD support.Gilbert Ramirez1999-11-111-5/+12
* Add in a gross heuristic that attempts to detect files with the versionGuy Harris1999-11-061-4/+5
* Add support for capture files written by programs linked with AlexeyGuy Harris1999-11-061-2/+3
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-3/+3
* A fix, from Olivier, to the previous patch.Guy Harris1999-10-191-3/+3
* Olivier Abad's patches to add:Guy Harris1999-10-181-2/+8
* Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1999-10-061-1/+4
* Better handle errors from zlib:Guy Harris1999-10-051-1/+12
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-3/+9
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-1/+3
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-3/+4
* Added support for Lucent/Ascend "wdd" output.Gerald Combs1999-09-131-6/+8
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-111-1/+18