aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-09-28 10:08:40 +0200
committerAnders Broman <a.broman58@gmail.com>2020-01-07 12:41:01 +0000
commit58d446c4082510f4567ce60b585bdfbdc3f08d63 (patch)
tree813df42d66a34c2de1d9bdf9cc4214ae8575adf7 /epan
parentf779835844c4c86c9effeecdfe71361128493c29 (diff)
packet-smb-direct: move Flags into data_tree.
Change-Id: I919994c084d4f5702b0a6d504c8cd5a8b716498b Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-on: https://code.wireshark.org/review/35596 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-smb-direct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb-direct.c b/epan/dissectors/packet-smb-direct.c
index 39a50d6300..a1468aec1b 100644
--- a/epan/dissectors/packet-smb-direct.c
+++ b/epan/dissectors/packet-smb-direct.c
@@ -334,7 +334,7 @@ dissect_smb_direct(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree,
tvb, offset, 2, ENC_LITTLE_ENDIAN);
offset += 2;
- proto_tree_add_bitmask(tree, tvb, offset, hf_smb_direct_flags,
+ proto_tree_add_bitmask(data_tree, tvb, offset, hf_smb_direct_flags,
ett_smb_direct_flags, flags, ENC_LITTLE_ENDIAN);
offset += 2;