aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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'),