aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Handle ETH_P_CANFD as well as ETH_P_CAN.Guy Harris1-1/+7
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris1-41/+2
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris1-3/+104
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-0/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-05-15pcap-common: Account for padding in ENCAP_ERF len and caplenAnthony Coddington1-1/+20
2016-05-12pcap-common: Fix several serious ENCAP_ERF extension header writing issuesAnthony Coddington1-8/+29
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-0/+2
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris1-2/+0
2016-02-19Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris1-2/+0
2016-01-16Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.Guy Harris1-13/+15
2016-01-13Clean up handling of the data before the Ethernet packet in ERF files.Guy Harris1-4/+13
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-4/+3
2015-12-24Refactor 802.11 radio flags.Simon Barber1-1/+1
2015-11-19use the official DLT for ISO14443Martin Kaiser1-0/+3
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-1/+2
2015-06-15Move some structures used only in pcap-common.c there.Guy Harris1-0/+30
2015-02-24pcap-common: fix build error with gcc5Daniel Mack1-1/+1
2015-02-21Set phdr encap for pcap fileMichal Labedzki1-0/+2
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris1-5/+5
2015-02-15Don't base interpretation of LINKTYPE_ values on DLT_ value definitions.Guy Harris1-27/+16
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-131/+144
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-6/+7
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-16/+0
2014-10-07Whitespace cleanups.Guy Harris1-17/+17
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-114/+19
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