aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-pn532.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-12 04:10:47 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-12 04:10:47 +0000
commitdc7d61195be6337f01e38a0e91bd877988a8ff8d (patch)
treea05c7eac4adf20ce040d238d5ad73059f430c91c /epan/dissectors/packet-rfid-pn532.c
parent0c11b6f8da26c5418486a53f9f00952c5000deee (diff)
Need to specify the particular FT_UINTn type.
svn path=/trunk/; revision=51964
Diffstat (limited to 'epan/dissectors/packet-rfid-pn532.c')
-rw-r--r--epan/dissectors/packet-rfid-pn532.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rfid-pn532.c b/epan/dissectors/packet-rfid-pn532.c
index 72eecaf7fd..e91c892157 100644
--- a/epan/dissectors/packet-rfid-pn532.c
+++ b/epan/dissectors/packet-rfid-pn532.c
@@ -1451,10 +1451,10 @@ void proto_register_pn532(void)
{"TX speed", "pn532.txmode.txspeed", FT_UINT8, BASE_HEX,
VALS(pn532_txspeed_vals), 0x70, NULL, HFILL}},
{&hf_pn532_txmode_nu_2_3,
- {"Not Used", "pn532.txmode.not_used.2_3", FT_UINT, BASE_HEX,
+ {"Not Used", "pn532.txmode.not_used.2_3", FT_UINT8, BASE_HEX,
NULL, 0xC0, NULL, HFILL}},
{&hf_pn532_txmode_tx_framing,
- {"TX mode", "pn532.txmode.framing", FT_UINT, BASE_HEX,
+ {"TX mode", "pn532.txmode.framing", FT_UINT8, BASE_HEX,
VALS(pn532_txframing_vals), 0x03, NULL, HFILL}},
};