aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-0/+6
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-3/+48
2005-08-12From Hannes GredlerAnders Broman1-0/+3
2005-07-22From Hannes Gredler:Anders Broman1-0/+3
2005-05-17From Mark C Brown,:Anders Broman1-0/+10
2005-05-11From Hannes GredlerRonnie Sahlberg1-0/+3
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-0/+3
2005-04-03Fix up the table of encapsulation type strings to match the new set ofGuy Harris1-4/+19
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-23/+0
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris1-0/+3
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris1-0/+1
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-0/+6
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris1-0/+3
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris1-2/+2
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris1-0/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedGuy Harris1-1/+4
2004-03-30From Albert Chin: "config.h" should come before all other #includes.Guy Harris1-4/+5
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-1/+4
2004-03-11Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris1-1/+4
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-1/+20
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris1-7/+10
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toGuy Harris1-1/+49
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