aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso14443.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-10-02 18:59:53 +0000
committerAnders Broman <a.broman58@gmail.com>2019-10-02 20:27:57 +0000
commit79fc1f164d3cf4c7ad200c1dc79d002142b4e847 (patch)
tree91693bb7871a56dc071468757e0ab7c100ad2a6f /epan/dissectors/packet-iso14443.c
parentd4c5dc218b696eff6649b31f83963daf32c8d34d (diff)
iso14443: fix conflict/typo
'iso14443.write_block.number' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT16 Change-Id: I1e92e470acf1bda89b894dd8603309f7168bb069 Reviewed-on: https://code.wireshark.org/review/34681 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-iso14443.c')
-rw-r--r--epan/dissectors/packet-iso14443.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iso14443.c b/epan/dissectors/packet-iso14443.c
index 8aedf5f6ca..2a304f2062 100644
--- a/epan/dissectors/packet-iso14443.c
+++ b/epan/dissectors/packet-iso14443.c
@@ -2014,7 +2014,7 @@ proto_register_iso14443(void)
FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL }
},
{ &hf_iso14443_write_block_data,
- { "Block data", "iso14443.write_block.number",
+ { "Block data", "iso14443.write_block.data",
FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }
}
};