URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09a57192969ce70189e33adb6eb942f3db5e73ac
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
09a5719 by Michael Mann (mmann78@xxxxxxxxxxxx):
tshark: load decode_as_entries file
With Wireshark 2.0, some dissector preferences were removed in favor of 'Decode As' functionality.
But the settings saved in the GUI are not loaded in tshark, preventing their use without an explicit call to '-d' option.
Let's load decode_as_entries file by default and have it overridden by the '-d' option if required.
Ping-Bug: 12124
Change-Id: I134a424cb6cf8fc89b7096a659ef1605314a70a2
Reviewed-on: https://code.wireshark.org/review/13956
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 14881e72d63d25048464155c5e8cc43a51731b16)
Reviewed-on: https://code.wireshark.org/review/14058
Actions performed:
from b653c8e [Automatic update for 2016-02-21]
adds 09a5719 tshark: load decode_as_entries file
Summary of changes:
tshark.c | 4 ++++
ui/decode_as_utils.c | 19 +++++++++----------
ui/decode_as_utils.h | 2 +-
ui/gtk/decode_as_dlg.c | 8 +++++++-
ui/qt/decode_as_dialog.cpp | 10 +++++++++-
5 files changed, 30 insertions(+), 13 deletions(-)