aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09HPM.2 IPMI Trace Data encapsulation formatU-beauty\bdn1-1/+4
2014-05-09Revert "Refactor Wiretap"Guy Harris1-13/+12
2014-05-09Refactor WiretapMichael Mann1-12/+13
2014-04-28Add dissector for LINKTYPE_EPONPhilip Rosenberg-Watt1-1/+4
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+4
2014-03-24Use tabs instead of spacesMichal Labedzki1-6/+5
2014-03-07Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour1-0/+5
2014-03-06Have NFLOG TLV type and length be in host byte order.Guy Harris1-0/+80
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki1-1/+58
2014-02-08Have macros to handle the range check and byte swapping.Guy Harris1-56/+44
2014-02-06Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris1-98/+105
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