aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-29 16:51:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-29 16:51:58 +0000
commit96652dfe5e2bfa3d7087faca06095377eb6282ee (patch)
treed4c5a71772a4657b62c3cff10a3aa8b4a86e9b20 /tools
parent26c83ed054e0f821c925ac50903c417e6330519a (diff)
Fix a typo 'BER_UNI_TAG_TeletexString'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15613 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/asn2eth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2eth.py b/tools/asn2eth.py
index b204adc1a1..8160ae8978 100755
--- a/tools/asn2eth.py
+++ b/tools/asn2eth.py
@@ -2882,7 +2882,7 @@ class T61StringType (RestrictedCharacterStringType):
def eth_tsname(self):
return 'T61String'
def GetTTag(self, ectx):
- return ('BER_CLASS_UNI', 'BER_UNI_TAG_Teletext')
+ return ('BER_CLASS_UNI', 'BER_UNI_TAG_TeletexString')
class UniversalStringType (RestrictedCharacterStringType):
def eth_tsname(self):