FCdNS: use correct header field for field of flags

closes #17084
This commit is contained in:
Jaap Keuter 2020-12-15 19:42:43 +01:00 committed by Guy Harris
parent 9c1893b565
commit 354a6fd015
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);
}