TLS: Display extension type with decimal (like IANA)

Change-Id: I33820de49a43fceaacc2172068dde83eb0be5fdc
Reviewed-on: https://code.wireshark.org/review/18107
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
This commit is contained in:
Alexis La Goutte 2016-10-07 11:03:39 +02:00 committed by Jaap Keuter
parent d58da8ec90
commit 830e7ffd58
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ ssl_common_dissect_t name = { \
}, \
{ & name .hf.hs_ext_type, \
{ "Type", prefix ".handshake.extension.type", \
FT_UINT16, BASE_HEX, VALS(tls_hello_extension_types), 0x0, \
FT_UINT16, BASE_DEC, VALS(tls_hello_extension_types), 0x0, \
"Hello extension type", HFILL } \
}, \
{ & name .hf.hs_ext_len, \