aboutsummaryrefslogtreecommitdiffstats
path: root/epan/decode_as.h
Commit message (Expand)AuthorAgeFilesLines
* epan: Keep decode_as_list when changing profileStig Bjørlykke2020-06-291-0/+4
* decode_as: Update the documentation a bit.Anders Broman2020-04-091-14/+28
* doxygen: Try to fix warnings.Anders Broman2019-07-101-4/+4
* register_decode_as_next_proto: remove the "title" parameterMartin Kaiser2019-06-131-2/+1
* decode_as: remove the "title" member from decode_as_tMartin Kaiser2019-06-111-2/+1
* Constification, to remove some compiler warnings.Guy Harris2019-03-171-2/+2
* Fix the "pointer to function that generates a label" values.Guy Harris2018-02-131-2/+3
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Have register_decode_as_next_proto create dissector table.Michael Mann2017-09-161-3/+8
* Expand register_decode_as_next_proto to include prompt string.Michael Mann2017-07-111-5/+11
* simplified Decode As entry if the next protocol requires manual selectionMartin Kaiser2017-06-241-0/+8
* Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2017-04-091-1/+3
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-0/+41
* const gpointer -> gconstpointerJoão Valverde2016-02-161-4/+4
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs2013-12-101-36/+3
* Restore disabled "decode as" settings.Gerald Combs2013-11-291-0/+2
* Move common "decode as" preference code to epan.Gerald Combs2013-11-221-0/+43
* Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann2013-11-201-0/+94