aboutsummaryrefslogtreecommitdiffstats
path: root/epan/decode_as.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2020-06-29epan: Keep decode_as_list when changing profileStig Bjørlykke1-0/+4
2020-04-09decode_as: Update the documentation a bit.Anders Broman1-14/+28
2019-07-10doxygen: Try to fix warnings.Anders Broman1-4/+4
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-2/+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
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-2/+3
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-3/+8
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-5/+11
2017-06-24simplified Decode As entry if the next protocol requires manual selectionMartin Kaiser1-0/+8
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-1/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+41
2016-02-16const gpointer -> gconstpointerJoão Valverde1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-36/+3
2013-11-29Restore disabled "decode as" settings.Gerald Combs1-0/+2
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-0/+43
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+94