SCCP: Make use of HEX_DEC as suggested

This commit is contained in:
Jeff Dyer 2021-04-15 13:11:57 -06:00 committed by Wireshark GitLab Utility
parent ebcf6e117c
commit 5648ff25aa
1 changed files with 2 additions and 2 deletions

View File

@ -3707,7 +3707,7 @@ proto_register_sccp(void)
},
{ &hf_sccp_called_gt_tt,
{ "Translation Type", "sccp.called.tt",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_sccp_called_gt_np,
@ -3827,7 +3827,7 @@ proto_register_sccp(void)
},
{ &hf_sccp_calling_gt_tt,
{ "Translation Type", "sccp.calling.tt",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_sccp_calling_gt_np,