Clean up exp_pdu_open() API.
[metze/wireshark/wip.git] / ui / decode_as_utils.c
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-02-27 Peter WuAllow hexadecimal and octal numbers for tshark Decode As
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardoui: use SPDX identifiers.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-16 Michael MannAdd support for dissector tables of type FT_NONE.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-06-19 Michael MannAbility to invoke "Decode As..." as command-line argume...
2016-04-21 João ValverdeLink version code statically again
2016-02-21 Michael Manntshark: load decode_as_entries file
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-01-21 João Valverdedecode_as_utils: Fix warning [-Wcast-qual]
2016-01-04 Pascal QuantinPPP: fix registration of CRTP (CNTCP) protocol
2015-12-23 Stig Bjørlykkeui: Plug memory leak in decode_build_reset_list.
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-08-04 Guy HarrisWrite out decode_as entries from the actual dissector...
2014-08-04 Guy HarrisSquelch a compiler warning.
2014-08-04 Guy HarrisAdd in a missing newline.
2014-08-04 Guy HarrisSupport both decimal and hex values for uint dissectors.
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-13 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-10 Gerald CombsFix prototypes.
2013-12-10 Gerald CombsFix compilation on Windows.
2013-12-10 Gerald CombsGet the "Decode As" dialog working, albeit with a few...