TDS: show the COLMETADATA results token flags in hexadecimal.

All other bitflag fields are shown in hex; this one should be, too.
This commit is contained in:
Guy Harris 2020-12-13 22:40:09 -08:00
parent 701d72754a
commit 5a53365f60
1 changed files with 1 additions and 1 deletions

View File

@ -8037,7 +8037,7 @@ proto_register_tds(void)
},
{ &hf_tds_colmetadata_results_token_flags,
{ "Flags", "tds.colmetadata.results_token_flags",
FT_UINT16, BASE_DEC, NULL, 0x0,
FT_UINT16, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},
{ &hf_tds_colmetadata_results_token_type,