aboutsummaryrefslogtreecommitdiffstats
path: root/ui/decode_as_utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann1-0/+410
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-21tshark: load decode_as_entries fileMichael Mann1-10/+9
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2016-01-21decode_as_utils: Fix warning [-Wcast-qual]João Valverde1-2/+2
2016-01-04PPP: fix registration of CRTP (CNTCP) protocolPascal Quantin1-1/+2
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke1-5/+6
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+1
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-08-04Write out decode_as entries from the actual dissector tables.Guy Harris1-16/+66
2014-08-04Squelch a compiler warning.Guy Harris1-2/+2
2014-08-04Add in a missing newline.Guy Harris1-1/+1
2014-08-04Support both decimal and hex values for uint dissectors.Guy Harris1-1/+12
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-1/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-10Fix prototypes.Gerald Combs1-2/+2
2013-12-10Fix compilation on Windows.Gerald Combs1-1/+4
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-0/+294