aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-02-23 08:57:47 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-02-23 08:57:47 +0000
commitfbf762bda53867e78e47d11a3ed9222dbc1c21d5 (patch)
tree162890c001891bcd0eae6f3daf8f0434bc33af6d /tools
parent55bd0f9bbb0963a7df88392aecb053e3943529dc (diff)
update asn2eth and all generated dissectors to new dissect_ber_boolean that takes a implicit_tag parameter
svn path=/trunk/; revision=13479
Diffstat (limited to 'tools')
-rw-r--r--tools/asn2eth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2eth.py b/tools/asn2eth.py
index 995bfdab27..96d6440367 100644
--- a/tools/asn2eth.py
+++ b/tools/asn2eth.py
@@ -2654,7 +2654,7 @@ class BooleanType (Type):
out = ectx.eth_type_fn_hdr(tname)
if (ectx.Ber()):
body = ectx.eth_fn_call('dissect_ber_boolean', ret='offset',
- par=(('pinfo', 'tree', 'tvb', 'offset', 'hf_index'),))
+ par=(('implicit_tag', 'pinfo', 'tree', 'tvb', 'offset', 'hf_index'),))
elif (ectx.NPer()):
body = ectx.eth_fn_call('dissect_pern_boolean', ret='offset',
par=(('tvb', 'offset', 'pinfo', 'tree'),