aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Name changes to match libpcap name change of the corresponding DLT_Guy Harris2008-12-241-5/+5
* Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris2008-12-231-0/+6
* Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris2008-12-221-1/+585
* For libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4, make sure weGerald Combs2008-11-131-4/+14
* From Francesco Fusco:Anders Broman2008-09-291-7/+64
* Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap toGerald Combs2008-09-191-583/+2
* From Alexey Neyman:Anders Broman2008-08-121-18/+116
* Fix references to tcpdump-workers@tcpdump.org to refer to the newGuy Harris2008-05-301-7/+7
* From Hannes Kälber:Anders Broman2008-04-231-0/+4
* From Hannes Kalber:Gerald Combs2008-03-141-0/+8
* From Owen Kirby :Anders Broman2008-03-051-0/+2
* Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss2008-02-251-0/+1
* Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss2008-01-171-0/+1
* From Fulko Hew:Stig Bjørlykke2007-12-161-0/+103
* From Marton Nemeth:Stig Bjørlykke2007-12-161-1/+1
* Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofGuy Harris2007-12-081-211/+0
* HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.Guy Harris2007-12-071-4/+4
* first steps to support MSVC 2008 Express EditionUlf Lamping2007-11-301-4/+4
* Bug 1751: From Allan M. Madsen : Sake Blok2007-10-281-0/+2
* From Paolo Abeni via bug 1751:Jeff Morriss2007-10-161-16/+88
* From Florent DROUIN:Anders Broman2007-10-081-9/+302
* From Pieter de Boer:Jaap Keuter2007-09-111-0/+1
* Add support for PPI (the Per-Packet Information header), described atGerald Combs2007-06-131-1/+3
* Throw in some casts to suppress warnings.Guy Harris2007-05-281-1/+1
* Change the Wiretap code so that it doesn't dereferenceGuy Harris2007-05-281-142/+146
* Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer2007-04-141-1/+5
* set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping2007-03-211-1/+1
* From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris2007-01-301-19/+154
* We support nanosecond resolution in Wiretap; use that with AIX libpcapGuy Harris2007-01-081-6/+3
* Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarifyGuy Harris2006-11-271-2/+3
* Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs2006-11-121-4/+7
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* Paolo Abeni:Jörg Mayer2006-10-131-0/+2
* From Paolo AbeniRonnie Sahlberg2006-10-101-0/+2
* From Hannes Gredler:Anders Broman2006-08-171-1/+3
* Ethareal->WiresharkAnders Broman2006-05-281-8/+8
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-2/+2
* From Daniele Orlandi:Anders Broman2006-03-021-0/+132
* Add support for Juniper GGSN generated pcap files.Luis Ontanon2005-12-191-0/+1
* From Hannes Gredler:Anders Broman2005-09-201-0/+10
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-21/+21
* Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping2005-08-301-3/+41
* timestamp display precision:Ulf Lamping2005-08-251-3/+4
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-6/+10
* From Hannes GredlerAnders Broman2005-08-121-1/+2
* From Hannes Gredler:Anders Broman2005-07-221-2/+2
* Fix some more leaks in error returns from open routines (if the open canGuy Harris2005-06-041-0/+1
* Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forGilbert Ramirez2005-05-131-0/+4
* From Hannes GredlerRonnie Sahlberg2005-05-111-2/+7
* - Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen2005-05-021-2/+112