Wireshark-commits: [Wireshark-commits] master 5cbc09e: Qt: accept hexadecimal input in Decode As di
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5cbc09e937a9827219938165a6920079737a643e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5cbc09e by Peter Wu (peter@xxxxxxxxxxxxx):
Qt: accept hexadecimal input in Decode As dialog
The usb.product dissector table displays vendor+product values as
hexadecimal, ensure that these are not parsed as zero.
While at it, clarify the meaning of the model contents. Ideally the
model should store numeric selectors as integers rather than strings,
but that requires more work.
Change-Id: I3bb17ad0d0a03c8813ded4ea6890dbc2aedd738d
Reviewed-on: https://code.wireshark.org/review/26087
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 15c261e ERF: Add support for new extension header and Provenance tags
adds 5cbc09e Qt: accept hexadecimal input in Decode As dialog
Summary of changes:
ui/qt/models/decode_as_model.cpp | 2 +-
ui/qt/models/decode_as_model.h | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)