aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-07 08:58:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-07 08:58:40 +0000
commit1fb60a065919f33cc1e967568a8c169c4a4c58d2 (patch)
treef22ee4320b89136a2e5e900578979b5a91832893 /tools
parent2a9f29ce7763c42d3e54a5faffb32b84278dc993 (diff)
From Alejandro Vaquero :
Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations svn path=/trunk/; revision=13338
Diffstat (limited to 'tools')
-rw-r--r--tools/asn2eth.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/asn2eth.py b/tools/asn2eth.py
index 980e491dd8..dea348da5e 100644
--- a/tools/asn2eth.py
+++ b/tools/asn2eth.py
@@ -2746,7 +2746,8 @@ class RestrictedCharacterStringType (CharacterStringType):
if (ectx.OPer()):
body = ectx.eth_fn_call('dissect_per_restricted_character_string', ret='offset',
par=(('tvb', 'offset', 'pinfo', 'tree', 'hf_index'),
- (minv, maxv, alphabet, alphabet_length)))
+ (minv, maxv, alphabet, alphabet_length),
+ ('NULL', 'NULL')))
else:
body = '#error Can not decode %s' % (tname)
elif (ectx.NPer()):