Handle the new signature for "dissect_per_restricted_character_string()".

svn path=/trunk/; revision=13547
This commit is contained in:
Guy Harris 2005-02-28 08:22:02 +00:00
parent 6e0186da12
commit e074470278
1 changed files with 2 additions and 1 deletions

View File

@ -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()):