aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/smrse/smrse.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/smrse/smrse.cnf')
-rw-r--r--asn1/smrse/smrse.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/smrse/smrse.cnf b/asn1/smrse/smrse.cnf
index e746de4b16..60fb53f018 100644
--- a/asn1/smrse/smrse.cnf
+++ b/asn1/smrse/smrse.cnf
@@ -27,8 +27,8 @@
start_offset=offset;
/* skip the tag and length */
- offset=dissect_ber_identifier(pinfo, tree, tvb, offset, &class, &pc, &tag);
- offset=dissect_ber_length(pinfo, tree, tvb, offset, &len, &ind);
+ offset=dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &class, &pc, &tag);
+ offset=dissect_ber_length(actx->pinfo, tree, tvb, offset, &len, &ind);
if(len>10){
len=10;
}