aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Interface lists currently have to be constructed in the open routineGuy Harris1-12/+17
2012-05-24From Stephen Donnelly:Anders Broman1-0/+9
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-13/+10
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-5/+5
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris1-11/+5
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-53/+13
2011-06-09Make sure we don't write invalid record lengths.Gerald Combs1-0/+6
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-9/+11
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-4/+4
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