Wireshark-commits: [Wireshark-commits] master 147b3d5: Ability to invoke "Decode As..." as command-
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=147b3d5149ec6cfce1489f9922cc5e4ac0ca2209
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
147b3d5 by Michael Mann (mmann78@xxxxxxxxxxxx):
Ability to invoke "Decode As..." as command-line argument for GUIshark.
TShark has had the functionality for awhile. While the GUI version
still has ways to change and persist Decode As functionality, adding
command line functionality gives the Decode As from initial launch
of the GUI.
Was also an excuse to refactor a bunch of code out of tshark.c
Bug: 5143
Change-Id: Ie67007d75e897bc06cc9afd9b84372a96b93778c
Reviewed-on: https://code.wireshark.org/review/16008
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from f4fc03d Get rid of an unused variable.
adds 147b3d5 Ability to invoke "Decode As..." as command-line argument for GUIshark.
Summary of changes:
docbook/release-notes.asciidoc | 3 +-
docbook/wsug_src/WSUG_chapter_customize.asciidoc | 3 +
tfshark.c | 418 +--------------------
tshark.c | 420 +---------------------
ui/commandline.c | 12 +-
ui/decode_as_utils.c | 410 +++++++++++++++++++++
ui/decode_as_utils.h | 8 +
7 files changed, 438 insertions(+), 836 deletions(-)