witness: FIX for tvb_get_unicode_string -> tvb_get_string_enc
[metze/wireshark/wip.git] / asn1 / kerberos /
2014-01-29 Stefan Metzmacherasn1/kerberos: remember in what frame a key was learned
2013-11-10 mmannUse ASN.1 private data instead of pinfo->private_data...
2013-11-09 mmannAdd data parameter to tcp_dissect_pdus() as well as...
2013-09-09 mmannexpert_add_info_format_text -> expert_add_info_format
2013-08-01 morrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-06-19 eapacheApparently one of our major global headers must include...
2013-06-19 eapacheConvert a batch of asn1 dissectors from emem to wmem.
2013-06-14 mmannRemove check_col() from ASN.1 dissectors
2013-06-03 mmannConvert ASN.1 dissectors to use filterable expert info.
2013-05-17 pascalMore compilation fixes when having HAVE_KERBEROS
2013-05-16 pascalFix link failure with Windows
2013-05-16 pascalFix compilation for Linux (defined but not used errors...
2013-05-16 pascalRemove useless blurbs
2013-05-16 pascalRemove useless exports and fix a compilation error
2013-05-16 mmannUpdated the Kerberos ASN.1 dissector to the point I...
2013-05-07 jmayerSome more
2013-05-07 jmayerx721 and kerberos: Use standard Makefile.am
2013-05-05 jmayerJust whitespace changes
2013-04-23 jmayerStub cmake support for generating the asn1 dissectors.
2013-03-19 etxrabFrom beroset:
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-27 guyMove show_exception() and show_reported_bounds_error...
2013-02-20 guyAnd one more case where tvb_new_subset_remaining()...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 darkjamesAdd data parameter to call_dissector_only.
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-09 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-01-18 cmaynard#include <epan/crypt/crypt-*.h> => #include <epan/crypt...
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-14 morrissDon't generate the conformance file for exported types...
2011-10-10 morrissBuild the ASN.1 dissectors directly into epan/dissector...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-05-11 wmeierReflect changes made in SVN #32752
2010-01-01 wmeierAdd to the ASN1 kerberos changes made in the non-asn1...
2009-10-08 krjRemove unused NEED_PACKET_PROTO_H variable
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2009-04-08 wmeierMore Ethereal --> Wireshark
2009-03-15 wmeierAs suggested by Jakub Zawadzki: g_free() is NULL safe...
2008-10-17 etxrabFurther updates: dissect error-code and e-data.
2008-10-16 etxrabAdd asn1 file from Heimdal use som stuff from it add...
2008-10-15 etxrabThis file is not needed.
2008-10-15 etxrabNow Kerberos compiles, a lot of work remains to get...
2008-10-15 etxrabStart of an asn2wrs generated kerberos dissector. Most...