aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
Commit message (Expand)AuthorAgeFilesLines
* From Hans-Christoph Schemmel:Anders Broman2011-04-281-0/+2
* *Properly* get rid of bogus cast.Guy Harris2011-04-221-1/+1
* Cast away alignment warnings about pointers where we never actuallyGuy Harris2011-04-221-4/+12
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-27/+27
* From Jakub Zawadzki:Guy Harris2011-04-061-13/+13
* From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier2011-03-071-0/+2
* From njohnkev:Jaap Keuter2011-02-021-0/+3
* Fix the dead initialization warnings found by clang's static analysisStephen Fisher2011-01-201-1/+1
* Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter2010-12-191-0/+4
* Fix typos.Chris Maynard2010-11-291-2/+2
* Add support for USB isochronous. From Marton Nemeth via bug #5370.Chris Maynard2010-11-241-11/+73
* From Jon Smirl:Stig Bjørlykke2010-08-071-1/+2
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-22/+3
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-061-42/+6
* Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris2010-05-161-2/+142
* Whitespace changes.Anders Broman2010-04-271-23/+23
* From Chris Maynard:Guy Harris2010-04-211-70/+53
* Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris2010-02-231-0/+1
* From Petr Sumbera:Stig Bjørlykke2009-12-171-1/+1
* From Felix Obenhuber via bug #4299: SocketCAN dissector patchStephen Fisher2009-12-081-0/+3
* Renamed some wtap defines:Stig Bjørlykke2009-12-031-2/+2
* From Petr Sumbera via bug 4284:Stig Bjørlykke2009-12-031-0/+2
* Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereGuy Harris2009-09-251-2/+8
* From kahou:Jaap Keuter2009-08-231-0/+2
* From Kahou via bug 3739:Stig Bjørlykke2009-07-161-0/+2
* Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.Michael Tüxen2009-06-281-9/+58
* Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen2009-06-271-8/+8
* This patchMichael Tüxen2009-06-271-2/+2
* This commitMichael Tüxen2009-06-271-2/+2
* When doing a seek-and-read, don't check the packet size, as we don'tGuy Harris2009-06-021-12/+16
* No newlines in the additional-error-information string, please.Guy Harris2009-06-021-12/+12
* From Kovarththanan Rajaratnam via bug 2676:Gerald Combs2009-05-211-2/+20
* pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itGuy Harris2009-04-271-1/+4
* Nettl format != libpcap format && nettl format != pcap-NG format. Guy Harris2009-04-271-10/+0
* Move pseudo-header routines from libpcap.c to pcap-common.c, for useGuy Harris2009-04-271-1/+1055
* Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris2009-04-271-0/+615