aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt1-3/+4
2006-04-17From Martin Mathieson:Anders Broman1-8/+8
2006-04-16Get rid of the unused WTAP_ENCAP value - holes in the number space causeGuy Harris1-25/+25
2006-04-14From Martin Mathieson:Anders Broman1-2/+18
2006-03-02From Daniele Orlandi:Anders Broman1-1/+8
2005-12-19Add support for Juniper GGSN generated pcap files.Luis Ontanon1-1/+3
2005-11-25From Martin Warnes:Anders Broman1-1/+3
2005-10-26From Mark C Brown, Anders Broman1-1/+1
2005-10-24forgot this from the last commitLuis Ontanon1-0/+1
2005-09-20From Hannes Gredler:Anders Broman1-1/+5
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-3/+6
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping1-34/+35
2005-08-25timestamp display precision:Ulf Lamping1-1/+5
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-1/+13
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-1/+7
2005-08-12From Hannes GredlerAnders Broman1-1/+2
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-2/+2
2005-07-22From Hannes Gredler:Anders Broman1-1/+2
2005-06-16third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...Luis Ontanon1-2/+18
2005-06-13use a helper dissector to show k12 files.Luis Ontanon1-1/+11
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon1-1/+2
2005-05-17From Mark C Brown,:Anders Broman1-1/+2
2005-05-13Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forGilbert Ramirez1-1/+3
2005-05-11From Hannes GredlerRonnie Sahlberg1-1/+2
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-3/+12
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-8/+0
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg1-3/+19
2005-02-05From Josh Bailey:Gerald Combs1-0/+3
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris1-1/+2
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris1-0/+2
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-1/+3
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris1-1/+2
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris1-1/+1
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris1-1/+3
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-2/+3
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-2/+3
2004-03-11Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris1-2/+3
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