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>
This commit is contained in:
Alexis La Goutte 2019-10-02 18:59:53 +00:00 committed by Anders Broman
parent d4c5dc218b
commit 79fc1f164d
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
}
};