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