URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=534273ee69178883f1c43a19dcb05a97fd5ffc3a
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
534273e by Peter Wu (peter@xxxxxxxxxxxxx):
Accept protocol aliases in Decode As (-d tcp.port==4433,ssl)
Change-Id: Idb2e4f9964cf0b5c1237a0d4b5e0954adfd5e6b6
Reviewed-on: https://code.wireshark.org/review/31895
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
(cherry picked from commit 71f8b863fbcbb8bfad8cebaf6796e350ee1a927e)
Reviewed-on: https://code.wireshark.org/review/31903
Actions performed:
from 7017642 tshark: recognize protocol aliases such as "-O ssl"
add 534273e Accept protocol aliases in Decode As (-d tcp.port==4433,ssl)
Summary of changes:
test/suite_decryption.py | 2 ++
ui/decode_as_utils.c | 10 ++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)