From 8cb2bd149d04d2386a0c522e97ef4669564f5585 Mon Sep 17 00:00:00 2001 From: sahlberg Date: Thu, 21 Jul 2005 21:12:09 +0000 Subject: change the symbol dissect_ber_CHOICE back into dissect_ber_choice git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14980 f5534014-38df-0310-8fa8-9805f1628bb7 --- tools/asn2eth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/asn2eth.py b/tools/asn2eth.py index 1ffa4cec9d..ba0ffdfaa9 100644 --- a/tools/asn2eth.py +++ b/tools/asn2eth.py @@ -2535,7 +2535,7 @@ class ChoiceType (Type): out += " { 0, NULL, 0, NULL }\n};\n" out += ectx.eth_type_fn_hdr(tname) if (ectx.Ber()): - body = ectx.eth_fn_call('dissect_ber_CHOICE', ret='offset', + body = ectx.eth_fn_call('dissect_ber_choice', ret='offset', par=(('pinfo', 'tree', 'tvb', 'offset'), (tname+'_choice', 'hf_index', ectx.eth_type[tname]['tree'], 'NULL'))) elif (ectx.NPer()): -- cgit v1.2.3