FC ELS: Fix address length of FCWWN address in logout message

Closes #17168


(cherry picked from commit 13e04a2192)
This commit is contained in:
Jaap Keuter 2021-01-21 09:40:38 +00:00
parent 4ea329548c
commit 227ed8cced
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ dissect_fcels_logout (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
}
proto_tree_add_item (logo_tree, hf_fcels_nportid, tvb, offset, 3, ENC_NA);
proto_tree_add_item (logo_tree, hf_fcels_npname, tvb, offset+3, 6, ENC_NA);
proto_tree_add_item (logo_tree, hf_fcels_npname, tvb, offset+3, 8, ENC_NA);
}
}