aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-2/+3
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris1-41/+42
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toGuy Harris1-2/+18
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris1-2/+4
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-5/+9
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-2/+29
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris1-2/+4
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-2/+3
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris1-2/+3
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris1-4/+6
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris1-2/+3
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris1-2/+3
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris1-2/+3
2003-06-25GCC 3.3 noticed that checking whether the length of the slice is > 65535Guy Harris1-1/+2
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-3/+4
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris1-2/+2
2003-03-07From Markus Friedl:Gerald Combs1-2/+3
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-14/+15
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris1-28/+29
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+7
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris1-2/+2
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-2/+3
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris1-3/+4
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-22/+23
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c asRichard Sharpe1-2/+3
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris1-23/+24
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-5/+13
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-16Updates from Motonori Shindo.Guy Harris1-11/+7
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++Jörg Mayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-3/+38
2002-07-29From Joerg Mayer:Guy Harris1-20/+12
2002-07-16From Graeme Hewson:Guy Harris1-13/+15
2002-07-12From Anand V. Narwani:Guy Harris1-2/+3
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-4/+1
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris1-16/+18
2002-05-28Add support for old NetXRay format.Guy Harris1-17/+18
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-64/+76
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-3/+3
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris1-4/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-11/+20
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-3/+3
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris1-2/+3
2002-02-01Update a comment.Guy Harris1-4/+7
2002-01-29Untested support for AiroPeek captures.Guy Harris1-2/+3