From b312e64f6a6cec4782e8198396e906c581a86d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 24 Aug 2007 07:12:04 +0000 Subject: get_ber_length doesn't need the tree argument, get rid of it. Rebuild asn1 dissectors. svn path=/trunk/; revision=22627 --- asn1/rtse/rtse-exp.cnf | 2 +- asn1/rtse/rtse.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/rtse') diff --git a/asn1/rtse/rtse-exp.cnf b/asn1/rtse/rtse-exp.cnf index da343754de..bde5649a88 100644 --- a/asn1/rtse/rtse-exp.cnf +++ b/asn1/rtse/rtse-exp.cnf @@ -1,6 +1,6 @@ # Do not modify this file. # It is created automatically by the ASN.1 to Wireshark dissector compiler -# .\rtse-exp.cnf +# ./rtse-exp.cnf # ../../tools/asn2wrs.py -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn #.MODULE diff --git a/asn1/rtse/rtse.cnf b/asn1/rtse/rtse.cnf index 6a8543ee37..142677fa4c 100644 --- a/asn1/rtse/rtse.cnf +++ b/asn1/rtse/rtse.cnf @@ -105,7 +105,7 @@ EXTERNALt * dissector. */ offset = get_ber_identifier(tvb, offset, &class, &pc, &tag); - offset = get_ber_length(tree, tvb, offset, &len1, &ind_field); + offset = get_ber_length(tvb, offset, &len1, &ind_field); } offset = dissect_ber_old_sequence(TRUE, actx, tree, tvb, offset, -- cgit v1.2.3