aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-08 02:01:39 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-08 10:02:10 +0000
commitd3023f1a9ceef31aee35d7a95dd6d82d21d5e48c (patch)
tree8e44553b3f196c35f48c9600a13f97a748dd6d87 /epan/dissectors/packet-lat.c
parentf12dd187462b84b5e9eb2ef9b33554ea9196a371 (diff)
The DEC spec gives command codes in decimal.
Change-Id: I938152dc6f3ee8b17e4c1463249d326efd29266f Reviewed-on: https://code.wireshark.org/review/13127 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-lat.c')
-rw-r--r--epan/dissectors/packet-lat.c2
1 files changed, 1 insertions, 1 deletions
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,