aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-05 21:39:47 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-05 21:39:47 +0000
commit01668de485cefd1a06557a34cb2cdac38d73609e (patch)
tree80f6a8cc21ff13ebf83558e9d630149e4ea724cb /asn1
parent902a1013a49b4caec1a107f3afed077095c665a6 (diff)
Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()
svn path=/trunk/; revision=30349
Diffstat (limited to 'asn1')
-rw-r--r--asn1/snmp/snmp.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/snmp.cnf b/asn1/snmp/snmp.cnf
index 30eb817dc5..ce692d917c 100644
--- a/asn1/snmp/snmp.cnf
+++ b/asn1/snmp/snmp.cnf
@@ -94,7 +94,7 @@ gint pdu_type=-1;
offset = dissect_ber_octet_string(FALSE, actx, tree, tvb, offset, hf_index, &usm_p.auth_tvb);
if (usm_p.auth_tvb) {
usm_p.auth_item = %(ACTX)s->created_item;
- usm_p.auth_offset = offset_from_real_beginning(usm_p.auth_tvb,0);
+ usm_p.auth_offset = tvb_offset_from_real_beginning(usm_p.auth_tvb);
}
#.FN_PARS UsmSecurityParameters/msgPrivacyParameters
VAL_PTR = &usm_p.priv_tvb