aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() areGuy Harris2013-08-081-17/+17
* Point to the tcpdump.org link-layer header types page.Guy Harris2013-08-081-1/+2
* Rename "dlt_value" to "linktype_value", and give more details inGuy Harris2013-08-081-30/+43
* Back out previous checkin, which wasn't intended (and which had theGuy Harris2013-07-311-147/+137
* Copy over r51049 from trunk:Guy Harris2013-07-311-137/+147
* Use newly assigned DLT for PDU export functionalityPascal Quantin2013-06-281-0/+4
* From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin2013-05-301-3/+5
* In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris2013-05-181-23/+23
* From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin2013-04-141-0/+2
* From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus2013-03-231-1/+2
* Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey2013-02-281-3/+0
* Fix MSVC build errors related to symbol visibilityBalint Reczey2013-02-281-0/+3
* its ==> it'sBill Meier2013-02-261-1/+1
* Whitespace changes.Michael Tüxen2012-12-221-9/+9
* Add native SCTP encapsulation.Michael Tüxen2012-11-281-0/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Create a common libui using CMake similar to what we do with Autotools.Gerald Combs2012-09-141-0/+19
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+1
* From Richard Stearn: AX.25 KISS protocol support.Guy Harris2012-08-021-0/+2
* Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann2012-07-191-0/+47
* Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris2012-07-181-0/+1
* Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki2012-06-291-0/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris2012-05-021-6/+6
* Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki2012-03-311-0/+2
* From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman2012-03-061-0/+40
* From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman2012-03-011-0/+5
* Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2012-02-131-0/+12
* From Guy Martin:Anders Broman2012-02-061-0/+2
* Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs2011-12-281-10/+10
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-12/+12
* from Petr Sumbera:Jaap Keuter2011-12-021-1/+2
* Rename pletonll() to reflect what it actually does, namely convert aGuy Harris2011-11-171-1/+1
* Clean up white space.Guy Harris2011-11-131-8/+11
* From Holger Pfrommer:Anders Broman2011-11-121-0/+11
* Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris2011-09-011-15/+6
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-1/+39
* Handle multiple extension headers when calculating the pseudo-headerGuy Harris2011-08-301-3/+35
* 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