aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-uccreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-uccreq.c')
-rw-r--r--plugins/docsis/packet-uccreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/packet-uccreq.c b/plugins/docsis/packet-uccreq.c
index 781496813f..5490db5a9d 100644
--- a/plugins/docsis/packet-uccreq.c
+++ b/plugins/docsis/packet-uccreq.c
@@ -77,7 +77,7 @@ dissect_uccreq (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
FALSE);
/* call dissector for Appendix C TLV's */
- next_tvb = tvb_new_subset (tvb, 1, -1, -1);
+ next_tvb = tvb_new_subset_remaining (tvb, 1);
call_dissector (docsis_tlv_handle, next_tvb, pinfo, uccreq_tree);
}