assa_r3: fix field type.

Change-Id: I357019216d858f08d43e4c4118584c7a530ddb73
Reviewed-on: https://code.wireshark.org/review/32448
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2019-03-15 23:12:21 +01:00
parent 5aba3ed0cd
commit 694d7fb349
1 changed files with 1 additions and 1 deletions

View File

@ -6898,7 +6898,7 @@ void proto_register_r3 (void)
#endif
{ &hf_r3_upstreamfielderror,
{ "Error", "r3.upstreamfield.error",
FT_STRING, BASE_NONE, NULL, 0x0,
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_r3_upstreamfieldarray [UPSTREAMFIELD_SERIALNUMBER],