From d3023f1a9ceef31aee35d7a95dd6d82d21d5e48c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 8 Jan 2016 02:01:39 -0800 Subject: The DEC spec gives command codes in decimal. Change-Id: I938152dc6f3ee8b17e4c1463249d326efd29266f Reviewed-on: https://code.wireshark.org/review/13127 Reviewed-by: Guy Harris --- epan/dissectors/packet-lat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-lat.c b/epan/dissectors/packet-lat.c index f00a8021b5..bf1c5ef3be 100644 --- a/epan/dissectors/packet-lat.c +++ b/epan/dissectors/packet-lat.c @@ -401,7 +401,7 @@ proto_register_lat(void) NULL, 0x02, NULL, HFILL}}, { &hf_lat_cmd, - { "Command", "lat.command", FT_UINT8, BASE_HEX, + { "Command", "lat.command", FT_UINT8, BASE_DEC, VALS(command_vals), 0xFC, NULL, HFILL}}, { &hf_lat_num_slots, -- cgit v1.2.3