Clean up handling of the data before the Ethernet packet in ERF files.
[metze/wireshark/wip.git] / wiretap / pcap-common.c
2016-01-13 Guy HarrisClean up handling of the data before the Ethernet packe...
2016-01-05 John A. ThackerGFP: Add support for Generic Framing Procedure (ITU...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-11-19 Martin Kaiseruse the official DLT for ISO14443
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-06-15 Guy HarrisMove some structures used only in pcap-common.c there.
2015-02-24 Daniel Mackpcap-common: fix build error with gcc5
2015-02-21 Michal LabedzkiSet phdr encap for pcap file
2015-02-15 Guy HarrisHandle DLT_LOOP differently from DLT_NULL.
2015-02-15 Guy HarrisDon't base interpretation of LINKTYPE_ values on DLT_...
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-06-09 U-beauty\bdnHPM.2 IPMI Trace Data encapsulation format
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-28 Philip Rosenberg... Add dissector for LINKTYPE_EPON
2014-04-01 Guy HarrisAdd a dissector for Apple's PKTAP headers.
2014-03-24 Michal LabedzkiUse tabs instead of spaces
2014-03-07 Christopher KilgourIntroduces two new Bluetooth DLTs for RF-based captures.
2014-03-06 Guy HarrisHave NFLOG TLV type and length be in host byte order.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-20 Michal LabedzkiAdd support for Bluetooth Linux Monitor
2014-02-08 Guy HarrisHave macros to handle the range check and byte swapping.
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2013-12-07 Jakub ZawadzkiAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-30 Michael MannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-08-08 Guy HarrisClarify what the special cases in wtap_wtap_encap_to_pc...
2013-08-08 Guy HarrisPoint to the tcpdump.org link-layer header types page.
2013-08-08 Guy HarrisRename "dlt_value" to "linktype_value", and give more...
2013-07-31 Guy HarrisBack out previous checkin, which wasn't intended (and...
2013-07-31 Guy HarrisCopy over r51049 from trunk:
2013-06-28 Pascal QuantinUse newly assigned DLT for PDU export functionality
2013-05-30 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-18 Guy HarrisIn the pcapng seek-read routine, *don't* fill in wth...
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-03-23 Evan HuusFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-02-28 Balint ReczeyRevert "Fix MSVC build errors related to symbol visibility"
2013-02-28 Balint ReczeyFix MSVC build errors related to symbol visibility
2013-02-26 Bill Meierits ==> it's
2012-12-22 Michael TüxenWhitespace changes.
2012-11-28 Michael TüxenAdd native SCTP encapsulation.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-14 Gerald CombsCreate a common libui using CMake similar to what we...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 Guy HarrisFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-19 Michael MannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-06-29 Jakub ZawadzkiInitial support for D-Bus dissection (bug #5502)
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-03-31 Jakub ZawadzkiAdd initial support for dissecting packets encapsulated...
2012-03-06 Anders BromanFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
2012-03-01 Anders BromanFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-13 Jeff MorrissFix the crash reported in https://bugs.wireshark.org...
2012-02-06 Anders BromanFrom Guy Martin:
2011-12-28 Gerald CombsPrepend the sita_phdr fields with "sita_" to make them...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-02 Jaap Keuterfrom Petr Sumbera:
2011-11-17 Guy HarrisRename pletonll() to reflect what it actually does...
2011-11-13 Guy HarrisClean up white space.
2011-11-12 Anders BromanFrom Holger Pfrommer:
2011-09-01 Guy HarrisMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-08-30 Guy HarrisHandle multiple extension headers when calculating...
2011-04-28 Anders BromanFrom Hans-Christoph Schemmel:
2011-04-22 Guy Harris*Properly* get rid of bogus cast.
2011-04-22 Guy HarrisCast away alignment warnings about pointers where we...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-07 Bill MeierFrom Martin Kaiser: dissector for DVB-CI (Common Interface)
2011-02-02 Jaap KeuterFrom njohnkev:
2011-01-20 Stephen FisherFix the dead initialization warnings found by clang...
2010-12-19 Jaap KeuterPrepare for handling DLT_IPV4 and DLT_IPV6.
2010-11-29 Chris MaynardFix typos.
2010-11-24 Chris MaynardAdd support for USB isochronous. From Marton Nemeth...
2010-08-07 Stig BjørlykkeFrom Jon Smirl:
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-06-06 Guy HarrisRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-05-16 Guy HarrisAttempt to handle isochronous descriptors between the...
2010-04-27 Anders BromanWhitespace changes.
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-02-23 Guy HarrisMove the declarations of wtap_pcap_encap_to_wtap_encap...
2009-12-17 Stig BjørlykkeFrom Petr Sumbera:
2009-12-08 Stephen FisherFrom Felix Obenhuber via bug #4299: SocketCAN dissector...
2009-12-03 Stig BjørlykkeRenamed some wtap defines:
2009-12-03 Stig BjørlykkeFrom Petr Sumbera via bug 4284:
2009-09-25 Guy HarrisTreat 13 as if it came from OpenBSD except on BSD/OS...
2009-08-23 Jaap KeuterFrom kahou:
2009-07-16 Stig BjørlykkeFrom Kahou via bug 3739:
2009-06-28 Michael TüxenAdd support for DLT_PPP_WITH_DIR. This fixes bug 3619.
2009-06-27 Michael TüxenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 Michael TüxenThis patch
2009-06-27 Michael TüxenThis commit
2009-06-02 Guy HarrisWhen doing a seek-and-read, don't check the packet...
2009-06-02 Guy HarrisNo newlines in the additional-error-information string...
next