aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-0/+6
2005-08-20- Include the .h files in their .c files.jmayer1-0/+2
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-3/+48
2005-08-12From Hannes Gredleretxrab1-0/+3
2005-07-22From Hannes Gredler:etxrab1-0/+3
2005-05-17From Mark C Brown,:etxrab1-0/+10
2005-05-11From Hannes Gredlersahlberg1-0/+3
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-0/+3
2005-04-03Fix up the table of encapsulation type strings to match the new set ofguy1-4/+19
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy1-23/+0
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.guy1-0/+3
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theguy1-0/+1
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy1-0/+6
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onguy1-0/+3
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedguy1-2/+2
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andguy1-0/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedguy1-1/+4
2004-03-30From Albert Chin: "config.h" should come before all other #includes.guy1-4/+5
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-1/+4
2004-03-11Add support for DLT_ value 99, as used by the Axent Raptorguy1-1/+4
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-1/+20
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theguy1-7/+10
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toguy1-1/+49
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-7/+8
2003-12-18From Jan Kiszka: IrDA support.guy1-1/+4
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.guy1-3/+12
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCguy1-1/+4
2003-05-16Fix a typo.guy1-2/+2
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy1-2/+8
2003-03-04A captured length bigger than the actual length makes no sense; clip theguy1-2/+11
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-1/+4
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theguy1-1/+4
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesguy1-1/+4
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatguy1-1/+4
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-3/+6
2002-12-20Add an item for Wellfleet HDLC.guy1-1/+3
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationguy1-1/+5
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-8/+5
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andguy1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-06From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theguy1-1/+4
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.guy1-1/+4
2002-07-29From Joerg Mayer:guy1-2/+2
2002-07-16From Graeme Hewson:guy1-3/+4
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.guy1-1/+2
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanguy1-4/+1
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeguy1-1/+4
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-2/+2
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-4/+6