aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-24Name changes to match libpcap name change of the corresponding DLT_Guy Harris1-5/+5
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris1-0/+6
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris1-1/+585
2008-11-13For libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4, make sure weGerald Combs1-4/+14
2008-09-29From Francesco Fusco:Anders Broman1-7/+64
2008-09-19Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap toGerald Combs1-583/+2
2008-08-12From Alexey Neyman:Anders Broman1-18/+116
2008-05-30Fix references to tcpdump-workers@tcpdump.org to refer to the newGuy Harris1-7/+7
2008-04-23From Hannes Kälber:Anders Broman1-0/+4
2008-03-14From Hannes Kalber:Gerald Combs1-0/+8
2008-03-05From Owen Kirby :Anders Broman1-0/+2
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss1-0/+1
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss1-0/+1
2007-12-16From Fulko Hew:Stig Bjørlykke1-0/+103
2007-12-16From Marton Nemeth:Stig Bjørlykke1-1/+1
2007-12-08Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofGuy Harris1-211/+0
2007-12-07HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.Guy Harris1-4/+4
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-4/+4
2007-10-28Bug 1751: From Allan M. Madsen : Sake Blok1-0/+2
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss1-16/+88
2007-10-08From Florent DROUIN:Anders Broman1-9/+302
2007-09-11From Pieter de Boer:Jaap Keuter1-0/+1
2007-06-13Add support for PPI (the Per-Packet Information header), described atGerald Combs1-1/+3
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