FCdNS: use correct header field for field of flags

closes #17084


(cherry picked from commit 354a6fd015)
This commit is contained in:
Jaap Keuter 2020-12-15 18:42:43 +00:00 committed by Guy Harris
parent a2ceb50866
commit e228784c4e
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ dissect_fc4features (proto_tree *parent_tree, tvbuff_t *tvb, int offset)
NULL
};
proto_tree_add_bitmask(parent_tree, tvb, offset, &hfi_fcdns_fc4features_i,
proto_tree_add_bitmask(parent_tree, tvb, offset, &hfi_fcdns_fc4features,
ett_fc4features, flags, ENC_NA);
}