aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
Commit message (Expand)AuthorAgeFilesLines
* The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris2001-08-251-8/+8
* From Joerg Mayer:Guy Harris2001-07-131-3/+3
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-8/+14
* Handle NetBSD Cisco HDLC as PPP, for now.Guy Harris2001-03-111-5/+18
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-1/+7
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-2/+37
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-2/+2
* Close the handle for the SNMP library after we're done with it - sharedGuy Harris2000-09-171-7/+11
* Code to read capture files from some version of tcpdump from some sortGuy Harris2000-09-151-87/+282
* Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris2000-09-121-1/+55
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-13/+9
* Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris2000-08-251-87/+221
* Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2000-07-301-63/+1
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-261-103/+153
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+4
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-3/+4
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+9
* 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
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Add to some comments notes on the meaning of DLT types 15 and 16 onGuy Harris2000-01-091-3/+15
* Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1999-12-151-11/+1
* Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1999-12-111-12/+71
* Fix some names.Guy Harris1999-12-041-2/+2
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-041-40/+34
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-041-18/+18
* Add in a gross heuristic that attempts to detect files with the versionGuy Harris1999-11-061-44/+151
* Add support for capture files written by programs linked with AlexeyGuy Harris1999-11-061-27/+75
* Better handle errors from zlib:Guy Harris1999-10-051-13/+9
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-2/+2
* When reading a capture file, we can detect whether it's compressed orGuy Harris1999-09-231-5/+5
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-14/+15
* Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1999-08-311-2/+2
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-2/+7
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-1/+11
* 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-221-2/+11
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-22/+26
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-16/+47
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-22/+37
* "wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris1999-08-181-2/+2
* Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1999-08-181-10/+21
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-26/+128
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-281-2/+9
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+4
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-7/+6
* I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1999-01-071-1/+2
* Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.Gilbert Ramirez1998-12-171-2/+2
* Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1998-11-151-0/+212