aboutsummaryrefslogtreecommitdiffstats
path: root/epan/decode_as.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-14/+14
2022-09-12Give dissectors a descriptive string.Guy Harris1-3/+3
2022-04-29Fix "generated by" comments in configuration files.Gerald Combs1-3/+4
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-6/+6
2021-06-19Replace g_assert() with ws_assert()João Valverde1-6/+7
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+5
2020-06-29epan: Always clear all decode-as when loading entriesStig Bjørlykke1-3/+1
2020-06-29epan: Keep decode_as_list when changing profileStig Bjørlykke1-2/+6
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+1
2019-03-17Constification, to remove some compiler warnings.Guy Harris1-2/+2
2019-03-15decode-as: Write the entries sorted to file.Anders Broman1-15/+38
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-2/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-18Don't cast away constness if it's not necessary.Guy Harris1-2/+2
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-1/+1
2017-12-04[decode_as.c] Use g_list_prepend() insted of g_list_append, it's faster.AndersBroman1-1/+1
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-0/+26
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-6/+4
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-2/+12
2017-06-24decode_as: replace DISSECTOR_ASSERT() with g_assert()Martin Kaiser1-4/+4
2017-06-24simplified Decode As entry if the next protocol requires manual selectionMartin Kaiser1-0/+35
2017-04-19decode as: Fix small memory leakMax Dmitrichenko1-0/+1
2017-01-28decode_as: Initialize decode_as_list after freeStig Bjørlykke1-0/+1
2017-01-22Internalize struct preferenceMichael Mann1-19/+19
2017-01-21decode_as: clean memory on exit.Dario Lombardo1-0/+2
2017-01-07Refactor range preference.Michael Mann1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-10-18Some Pref <-> Decode As bugfixes.Michael Mann1-1/+5
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+309
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-15/+1
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-0/+24
2015-03-14Qt: Fix DecodeAsMichal Labedzki1-3/+38
2014-08-04Remove a comment asking a question, as the answer is "no".Guy Harris1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-209/+1
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+2
2013-11-29Clean up whitespace.Gerald Combs1-66/+79
2013-11-29Restore disabled "decode as" settings.Gerald Combs1-1/+6
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-1/+201
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+94