aboutsummaryrefslogtreecommitdiffstats
path: root/epan/decode_as.c
AgeCommit message (Expand)AuthorFilesLines
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