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

Closes #17168
This commit is contained in:
Jaap Keuter 2021-01-21 10:40:38 +01:00 committed by Wireshark GitLab Utility
parent 4eb76c8ee8
commit 13e04a2192
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);
}
}