STEP06 ? add dissect_kerberos_AD_AP_OPTIONS
[metze/wireshark/wip.git] / epan / decode_as.c
2018-02-13 Guy HarrisFix the "pointer to function that generates a label...
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2018-01-18 Guy HarrisDon't cast away constness if it's not necessary.
2018-01-06 Michael MannAdd ability for preferences to determine what they...
2017-12-04 AndersBroman[decode_as.c] Use g_list_prepend() insted of g_list_app...
2017-09-16 Michael MannAdd support for dissector tables of type FT_NONE.
2017-09-16 Michael MannHave register_decode_as_next_proto create dissector...
2017-07-11 Michael MannExpand register_decode_as_next_proto to include prompt...
2017-06-24 Martin Kaiserdecode_as: replace DISSECTOR_ASSERT() with g_assert()
2017-06-24 Martin Kaisersimplified Decode As entry if the next protocol require...
2017-04-19 Max Dmitrichenkodecode as: Fix small memory leak
2017-01-28 Stig Bjørlykkedecode_as: Initialize decode_as_list after free
2017-01-22 Michael MannInternalize struct preference
2017-01-21 Dario Lombardodecode_as: clean memory on exit.
2017-01-07 Michael MannRefactor range preference.
2017-01-07 Michael MannConvert range API to always use wmem memory.
2016-10-18 Michael MannSome Pref <-> Decode As bugfixes.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-03-14 Michal LabedzkiQt: Fix DecodeAs
2014-08-04 Guy HarrisRemove a comment asking a question, as the answer is...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-10 Gerald CombsGet the "Decode As" dialog working, albeit with a few...
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-11-29 Gerald CombsClean up whitespace.
2013-11-29 Gerald CombsRestore disabled "decode as" settings.
2013-11-22 Gerald CombsMove common "decode as" preference code to epan.
2013-11-20 Michael MannProvide "Decode As" functionality through dissectors...