fcdns: the Owner Id field is a 3-octet FC address, not a text string.

Make it FT_BYTES with SEP_DOT, like other 3-octet FC addresses.


(cherry picked from commit 19ffed19bd)
This commit is contained in:
Guy Harris 2020-12-16 10:04:09 +00:00
parent 9bb44ac156
commit 64578cba75
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static header_field_info hfi_fcdns_num_fc4desc FCDNS_HFI_INIT =
FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL};
static header_field_info hfi_fcdns_rply_ownerid FCDNS_HFI_INIT =
{"Owner Id", "fcdns.rply.ownerid", FT_STRING, BASE_NONE, NULL, 0x0, NULL,
{"Owner Id", "fcdns.rply.ownerid", FT_BYTES, SEP_DOT, NULL, 0x0, NULL,
HFILL};
static header_field_info hfi_fcdns_maxres_size FCDNS_HFI_INIT =