From 01668de485cefd1a06557a34cb2cdac38d73609e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 5 Oct 2009 21:39:47 +0000 Subject: Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning() svn path=/trunk/; revision=30349 --- asn1/snmp/snmp.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1') 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 -- cgit v1.2.3