smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / pcap-common.c
2013-12-07 darkjamesAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-03 darkjameswiretap: start using <wsutil/pint.h>
2013-11-30 mmannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-08-08 guyClarify what the special cases in wtap_wtap_encap_to_pc...
2013-08-08 guyPoint to the tcpdump.org link-layer header types page.
2013-08-08 guyRename "dlt_value" to "linktype_value", and give more...
2013-07-31 guyBack out previous checkin, which wasn't intended (and...
2013-07-31 guyCopy over r51049 from trunk:
2013-06-28 pascalUse newly assigned DLT for PDU export functionality
2013-05-30 pascalFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-18 guyIn the pcapng seek-read routine, *don't* fill in wth...
2013-04-14 pascalFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-03-23 eapacheFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-02-28 rbalintRevert "Fix MSVC build errors related to symbol visibility"
2013-02-28 rbalintFix MSVC build errors related to symbol visibility
2013-02-26 wmeierits ==> it's
2012-12-22 tuexenWhitespace changes.
2012-11-28 tuexenAdd native SCTP encapsulation.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-14 geraldCreate a common libui using CMake similar to what we...
2012-08-02 guyFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 guyFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-19 mmannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 guySet the 802.11 "already decrypted" flag to FALSE for...
2012-06-29 darkjamesInitial support for D-Bus dissection (bug #5502)
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-02 guyUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-03-31 darkjamesAdd initial support for dissecting packets encapsulated...
2012-03-06 etxrabFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
2012-03-01 etxrabFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-13 morrissFix the crash reported in https://bugs.wireshark.org...
2012-02-06 etxrabFrom Guy Martin:
2011-12-28 geraldPrepend the sita_phdr fields with "sita_" to make them...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-02 jakefrom Petr Sumbera:
2011-11-17 guyRename pletonll() to reflect what it actually does...
2011-11-13 guyClean up white space.
2011-11-12 etxrabFrom Holger Pfrommer:
2011-09-01 guyMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-08-30 guyHandle multiple extension headers when calculating...
2011-04-28 etxrabFrom Hans-Christoph Schemmel:
2011-04-22 guy*Properly* get rid of bogus cast.
2011-04-22 guyCast away alignment warnings about pointers where we...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-07 wmeierFrom Martin Kaiser: dissector for DVB-CI (Common Interface)
2011-02-02 jakeFrom njohnkev:
2011-01-20 sfisherFix the dead initialization warnings found by clang...
2010-12-19 jakePrepare for handling DLT_IPV4 and DLT_IPV6.
2010-11-29 cmaynardFix typos.
2010-11-24 cmaynardAdd support for USB isochronous. From Marton Nemeth...
2010-08-07 stigFrom Jon Smirl:
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-06-06 guyRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-05-16 guyAttempt to handle isochronous descriptors between the...
2010-04-27 etxrabWhitespace changes.
2010-04-21 guyFrom Chris Maynard:
2010-02-23 guyMove the declarations of wtap_pcap_encap_to_wtap_encap...
2009-12-17 stigFrom Petr Sumbera:
2009-12-08 sfisherFrom Felix Obenhuber via bug #4299: SocketCAN dissector...
2009-12-03 stigRenamed some wtap defines:
2009-12-03 stigFrom Petr Sumbera via bug 4284:
2009-09-25 guyTreat 13 as if it came from OpenBSD except on BSD/OS...
2009-08-23 jakeFrom kahou:
2009-07-16 stigFrom Kahou via bug 3739:
2009-06-28 tuexenAdd support for DLT_PPP_WITH_DIR. This fixes bug 3619.
2009-06-27 tuexenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 tuexenThis patch
2009-06-27 tuexenThis commit
2009-06-02 guyWhen doing a seek-and-read, don't check the packet...
2009-06-02 guyNo newlines in the additional-error-information string...
2009-05-21 geraldFrom Kovarththanan Rajaratnam via bug 2676:
2009-04-27 guypcap_to_wtap_map is not used outside wiretap/pcap-commo...
2009-04-27 guyNettl format != libpcap format && nettl format != pcap...
2009-04-27 guyMove pseudo-header routines from libpcap.c to pcap...
2009-04-27 guyHave the libpcap and pcap-NG code share the LINKTYPE_...