aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-30/+4
2010-04-21From Chris Maynard:Guy Harris1-4/+7
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-21/+13
2010-02-24Define the private data structures for some particular capture fileGuy Harris1-23/+49
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris1-0/+1
2010-01-27Fix a comment.Guy Harris1-4/+6
2009-09-25Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereGuy Harris1-27/+12
2009-06-27Fix copy/paste error introduced in rev. 28863.Michael Tüxen1-1/+1
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen1-2/+2
2009-06-27This patchMichael Tüxen1-1/+1
2009-06-27This commitMichael Tüxen1-2/+2
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tGuy Harris1-2/+2
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useGuy Harris1-1324/+24
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris1-587/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-15/+15
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