From d9a5e3a1d294e8a16c0b0c14041c11d5eff25abf Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Sat, 9 Jun 2012 17:47:58 +0000 Subject: Do not use BASE_NONE for FT_*INT* types. svn path=/trunk/; revision=43177 --- epan/dissectors/packet-opensafety.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-opensafety.c') 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 } }, -- cgit v1.2.3