URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cb16b2efd29aa3446b52eba3bd54771ffff0ffe
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2cb16b2 by Guy Harris (guy@xxxxxxxxxxxx):
Show MIBenum values for character sets as decimal.
http://www.iana.org/assignments/character-sets/character-sets.xhtml is
the official IANA registry for character sets, including MIBenum values,
and it shows MIBenum values in decimal, not hex, so show them in
decimal, not hex.
Change-Id: Id00a0d351a1f758401232aba621cc60aeccf360a
Reviewed-on: https://code.wireshark.org/review/15292
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 728e683 Handle the encoding when displaying the string table.
adds 2cb16b2 Show MIBenum values for character sets as decimal.
Summary of changes:
epan/dissectors/packet-btavrcp.c | 2 +-
epan/dissectors/packet-btsdp.c | 2 +-
epan/dissectors/packet-wbxml.c | 2 +-
epan/dissectors/packet-wsp.c | 2 +-
epan/dissectors/packet-wtls.c | 6 +++---
5 files changed, 7 insertions(+), 7 deletions(-)