URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77d9a059fe2d125a8cfe2193a09804a3e48caf06
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
77d9a05 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Qt: Fix DecodeAs
Previously DecodeAs neither save its changes nor changes dissector tables.
Do that and redissect packets to refresh view.
Bug: 10553
Change-Id: Icd8453c9650f0265852f6b6b58bc483b35570a15
Reviewed-on: https://code.wireshark.org/review/7676
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 32a815b 802.11: Fix MAC header Address mapping
adds 77d9a05 Qt: Fix DecodeAs
Summary of changes:
epan/decode_as.c | 41 ++++++++++++-
epan/dissectors/packet-ieee802154.c | 10 ++-
ui/qt/decode_as_dialog.cpp | 116 ++++++++++++++++++++++++++++++++---
ui/qt/decode_as_dialog.h | 2 +
4 files changed, 155 insertions(+), 14 deletions(-)