aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki1-0/+2
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-15/+15
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann1-0/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-3/+3
2013-08-08Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() areGuy Harris1-17/+17
2013-08-08Point to the tcpdump.org link-layer header types page.Guy Harris1-1/+2
2013-08-08Rename "dlt_value" to "linktype_value", and give more details inGuy Harris1-30/+43
2013-07-31Back out previous checkin, which wasn't intended (and which had theGuy Harris1-147/+137
2013-07-31Copy over r51049 from trunk:Guy Harris1-137/+147
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-0/+4
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin1-3/+5
2013-05-18In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris1-23/+23
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin1-0/+2
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus1-1/+2
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey1-3/+0
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey1-0/+3
2013-02-26its ==> it'sBill Meier1-1/+1
2012-12-22Whitespace changes.Michael Tüxen1-9/+9
2012-11-28Add native SCTP encapsulation.Michael Tüxen1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-0/+19
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+1
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+2
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann1-0/+47
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris1-0/+1
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-6/+6
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki1-0/+2
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman1-0/+40
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-0/+5
2012-02-13Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+12
2012-02-06From Guy Martin:Anders Broman1-0/+2
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs1-10/+10
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-12/+12
2011-12-02from Petr Sumbera:Jaap Keuter1-1/+2
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris1-1/+1
2011-11-13Clean up white space.Guy Harris1-8/+11
2011-11-12From Holger Pfrommer:Anders Broman1-0/+11
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris1-15/+6
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+39
2011-08-30Handle multiple extension headers when calculating the pseudo-headerGuy Harris1-3/+35
2011-04-28From Hans-Christoph Schemmel:Anders Broman1-0/+2
2011-04-22*Properly* get rid of bogus cast.Guy Harris1-1/+1
2011-04-22Cast away alignment warnings about pointers where we never actuallyGuy Harris1-4/+12
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-27/+27
2011-04-06From Jakub Zawadzki:Guy Harris1-13/+13
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier1-0/+2
2011-02-02From njohnkev:Jaap Keuter1-0/+3
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1