aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 06:16:39 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 06:16:39 +0000
commit13201ce6b7a5652bdf92215679f39b49fb6fec01 (patch)
treebfe50d932f92c16f6f58ff12658f344889e99074 /tools/asn2wrs.py
parent5bc7048abfa8bcf9c9fd51f2b89c02a6270d6a92 (diff)
Default to BASE_NONE for FT_BOOLEAN with zero value for display.
svn path=/trunk/; revision=28803
Diffstat (limited to 'tools/asn2wrs.py')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index 06652385f2..f45be44a4b 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -4669,7 +4669,7 @@ class BooleanType (Type):
return ('BER_CLASS_UNI', 'BER_UNI_TAG_BOOLEAN')
def eth_ftype(self, ectx):
- return ('FT_BOOLEAN', '8')
+ return ('FT_BOOLEAN', 'BASE_NONE')
def eth_type_default_body(self, ectx, tname):
if (ectx.Ber()):