summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-corosync-totemnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-corosync-totemnet.c')
-rw-r--r--epan/dissectors/packet-corosync-totemnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-corosync-totemnet.c b/epan/dissectors/packet-corosync-totemnet.c
index afaf8f6a68..01c1e274af 100644
--- a/epan/dissectors/packet-corosync-totemnet.c
+++ b/epan/dissectors/packet-corosync-totemnet.c
@@ -347,7 +347,7 @@ dissect_corosynec_totemnet_with_decryption(tvbuff_t *tvb,
dissect_corosync_totemnet_security_header(decrypted_tvb, pinfo, parent_tree,
check_crypt_type, key_for_trial);
- next_tvb = tvb_new_subset(decrypted_tvb,
+ next_tvb = tvb_new_subset_length_caplen(decrypted_tvb,
SHA1_DIGEST_LEN + SALT_SIZE,
io_len - (SHA1_DIGEST_LEN + SALT_SIZE),
io_len - (SHA1_DIGEST_LEN + SALT_SIZE));