RTPS: Fixed structure alignment when dissecting user data samples.

Fixing the initial offset when dissecting user data samples.
This commit is contained in:
ismaelrti 2021-08-31 14:12:14 +02:00 committed by Wireshark GitLab Utility
parent dde6fde173
commit 00438ef755
1 changed files with 0 additions and 1 deletions

View File

@ -2723,7 +2723,6 @@ static gint dissect_user_defined(proto_tree *tree, tvbuff_t * tvb, gint offset,
guint i;
proto_tree * aux_tree;
offset_zero = offset;
aux_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_rtps_dissection_tree,
NULL, name);