aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-17From Hannes Gredler:Anders Broman1-1/+3
2006-05-28Ethareal->WiresharkAnders Broman1-8/+8
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-03-02From Daniele Orlandi:Anders Broman1-0/+132
2005-12-19Add support for Juniper GGSN generated pcap files.Luis Ontanon1-0/+1
2005-09-20From Hannes Gredler:Anders Broman1-0/+10
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-21/+21
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping1-3/+41
2005-08-25timestamp display precision:Ulf Lamping1-3/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+10
2005-08-12From Hannes GredlerAnders Broman1-1/+2
2005-07-22From Hannes Gredler:Anders Broman1-2/+2
2005-06-04Fix some more leaks in error returns from open routines (if the open canGuy Harris1-0/+1
2005-05-13Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forGilbert Ramirez1-0/+4
2005-05-11From Hannes GredlerRonnie Sahlberg1-2/+7
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-2/+112
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg1-0/+10
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris1-0/+2
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-2/+4
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris1-0/+5
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris1-0/+12
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris1-3/+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-1/+3
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-3/+6
2004-03-19In the read routine, set the 802.11 pseudo-header forGuy Harris1-1/+16
2004-03-11Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris1-1/+9
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMGuy Harris1-51/+193
2004-02-12Note that 164 is reserved for Juniper chassis-internal meta-informationGuy Harris1-2/+7
2004-02-11Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; weGuy Harris1-4/+29
2004-02-06Sort the link-layer type values a little better.Guy Harris1-4/+2
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris1-2/+4
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toGuy Harris1-1/+19
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris1-1/+10
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-40/+44
2004-01-24Fix all fixable warningsJörg Mayer1-2/+2
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsJörg Mayer1-2/+2
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-6/+130
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris1-1/+4
2003-10-24Move the version number checking for libpcap files, to see whether toGuy Harris1-21/+54
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...Ronnie Sahlberg1-1/+10
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+23
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-2/+2
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris1-3/+3