aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932/packet-q932-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/q932/packet-q932-template.c')
-rw-r--r--asn1/q932/packet-q932-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index e67f35c935..82945e02f0 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -165,7 +165,7 @@ dissect_q932_facility_ie(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tr
case 3 : /* returnError */
case 4 : /* reject */
q932_rose_ctx.apdu_depth = 1;
- dissect_rose_apdu(next_tvb, hoffset, pinfo, tree, &q932_rose_ctx);
+ dissect_rose_apdu(next_tvb, pinfo, tree, &q932_rose_ctx);
break;
/* DSE APDU */
case 12 : /* begin */
@@ -269,7 +269,7 @@ dissect_q932_ie(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
/*--- dissect_q932_apdu -----------------------------------------------------*/
static void
dissect_q932_apdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
- dissect_rose_apdu(tvb, 0, pinfo, tree, pinfo->private_data);
+ dissect_rose_apdu(tvb, pinfo, tree, pinfo->private_data);
}
/*--- proto_register_q932 ---------------------------------------------------*/