aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-06-09 17:47:58 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-06-09 17:47:58 +0000
commitd9a5e3a1d294e8a16c0b0c14041c11d5eff25abf (patch)
tree0f1d15f7338c58aad6c3aa7b0a3a04f5401df6e7 /epan/dissectors/packet-opensafety.c
parent365139b5cf0b5ed9a629e318ac1a6d8424e40412 (diff)
Do not use BASE_NONE for FT_*INT* types.
svn path=/trunk/; revision=43177
Diffstat (limited to 'epan/dissectors/packet-opensafety.c')
-rw-r--r--epan/dissectors/packet-opensafety.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-opensafety.c b/epan/dissectors/packet-opensafety.c
index 0e47a99948..2eee959363 100644
--- a/epan/dissectors/packet-opensafety.c
+++ b/epan/dissectors/packet-opensafety.c
@@ -1701,7 +1701,7 @@ proto_register_opensafety(void)
FT_UINT8, BASE_HEX, VALS(message_type_values), 0x0, NULL, HFILL } },
{ &hf_oss_msg_category,
{ "Type", "opensafety.msg.type",
- FT_UINT16, BASE_NONE, VALS(message_id_values), 0x0, NULL, HFILL } },
+ FT_UINT16, BASE_HEX, VALS(message_id_values), 0x0, NULL, HFILL } },
{ &hf_oss_msg_direction,
{ "Direction", "opensafety.msg.direction",
FT_BOOLEAN, BASE_NONE, TFS(&opensafety_message_direction), 0x0, NULL, HFILL } },