aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-spp.c')
-rw-r--r--epan/dissectors/packet-spp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spp.c b/epan/dissectors/packet-spp.c
index 10605bb487..7353dc9710 100644
--- a/epan/dissectors/packet-spp.c
+++ b/epan/dissectors/packet-spp.c
@@ -194,7 +194,7 @@ dissect_spp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
high_socket = pinfo->destport;
}
- next_tvb = tvb_new_subset(tvb, SPP_HEADER_LEN, -1, -1);
+ next_tvb = tvb_new_subset_remaining(tvb, SPP_HEADER_LEN);
if (dissector_try_port(spp_socket_dissector_table, low_socket,
next_tvb, pinfo, tree))
return;