aboutsummaryrefslogtreecommitdiffstats
path: root/ui/decode_as_utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-2/+0
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+0
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-8/+9
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+2
2019-02-05Accept protocol aliases in Decode As (-d tcp.port==4433,ssl)Peter Wu1-2/+8
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-27Allow hexadecimal and octal numbers for tshark Decode AsPeter Wu1-11/+35
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-23/+42
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-306/+0
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