aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-28Throw in some casts to suppress warnings.Guy Harris1-1/+1
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris1-142/+146
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer1-1/+5
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping1-1/+1
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris1-19/+154
2007-01-08We support nanosecond resolution in Wiretap; use that with AIX libpcapGuy Harris1-6/+3
2006-11-27Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarifyGuy Harris1-2/+3
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs1-4/+7
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-10-13Paolo Abeni:Jörg Mayer1-0/+2
2006-10-10From Paolo AbeniRonnie Sahlberg1-0/+2
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