fix for BER string tags
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jun 2005 13:45:47 +0000 (13:45 +0000)
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jun 2005 13:45:47 +0000 (13:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14800 f5534014-38df-0310-8fa8-9805f1628bb7

tools/asn2eth.py

index cf9e248043a4e6bd5d21da041a86ac479cbdb4c7..fd0a0b6195deec5e77e380e29c1b071b54e6cca2 100644 (file)
@@ -2790,7 +2790,7 @@ class RestrictedCharacterStringType (CharacterStringType):
     (minv, maxv, ext) = self.eth_get_size_constr()
     if (ectx.Ber()):
       body = ectx.eth_fn_call('dissect_ber_restricted_string', ret='offset',
-                              par=(('implicit_tag', self.GetTag(ectx)[1]),
+                              par=(('implicit_tag', self.GetTTag(ectx)[1]),
                                    ('pinfo', 'tree', 'tvb', 'offset', 'hf_index'),
                                    ('NULL',)))
     elif (ectx.Per() and self.HasConstraint() and self.constr.IsPermAlph()):