aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
Commit message (Expand)AuthorAgeFilesLines
* From Jan Kiszka: IrDA support.Guy Harris2003-12-181-1/+4
* From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris2003-12-031-3/+12
* Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris2003-10-251-1/+4
* Fix a typo.Guy Harris2003-05-161-2/+2
* From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris2003-05-151-2/+8
* A captured length bigger than the actual length makes no sense; clip theGuy Harris2003-03-041-2/+11
* Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris2003-01-311-1/+4
* In the BSDs, ARCNET packets don't have an offset field between theGuy Harris2003-01-231-1/+4
* From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris2003-01-081-1/+4
* Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris2003-01-031-1/+4
* Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris2003-01-031-3/+6
* Add an item for Wellfleet HDLC.Guy Harris2002-12-201-1/+3
* From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris2002-11-061-1/+5
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-8/+5
* Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris2002-10-221-1/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theGuy Harris2002-08-061-1/+4
* From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris2002-07-311-1/+4
* From Joerg Mayer:Guy Harris2002-07-291-2/+2
* From Graeme Hewson:Guy Harris2002-07-161-3/+4
* Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris2002-06-071-1/+2
* Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris2002-04-081-4/+1
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-081-1/+4
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-2/+2
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-4/+6
* Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris2002-02-071-1/+4
* Untested support for AiroPeek captures.Guy Harris2002-01-291-1/+4
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+4
* Add support for LocalTalk Link Access Protocol.Guy Harris2001-11-301-2/+5
* Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris2001-11-281-1/+7
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-4/+5
* From Joerg Mayer:Guy Harris2001-07-131-3/+3
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-7/+1
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-1/+4
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-081-1/+4
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-1/+3
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-1/+4
* Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez2000-09-281-1/+5
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-26/+43
* Fix buffer overflow on zlib uncompression errors.Laurent Deniel2000-08-191-2/+2
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-3/+18
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-3/+13
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-3/+3
* "wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris2000-05-191-3/+1
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-19/+26
* In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez2000-05-121-1/+4
* Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe2000-04-081-1/+6
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-45/+3
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2