aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-06-20 23:37:16 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-06-20 23:37:16 +0000
commitde10bc6b5e23fee484c550cf71836f4368860699 (patch)
treec84d31a613100a989e7a5989c945c187615ccfbd /asn1
parent1b69a2b3c8dbc64b0bd203fa638b6f0bbe0daf01 (diff)
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 :
Display certificate as UINT64 and add support for a 64bits unsigned value in BER dissector svn path=/trunk/; revision=50096
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ocsp/ocsp.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/ocsp/ocsp.cnf b/asn1/ocsp/ocsp.cnf
index 134c7e2a32..3245d4be6b 100644
--- a/asn1/ocsp/ocsp.cnf
+++ b/asn1/ocsp/ocsp.cnf
@@ -3,6 +3,11 @@
# $Id$
+#.TYPE_ATTR
+# pkix1explicit also exports the type CertificateSerialNumber. This makes sure asn2wrs uses the locally defined version.
+CertificateSerialNumber TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL BITMASK = 0
+#.END
+
#.MODULE_IMPORT
PKIX1Implicit88 pkix1implicit
PKIX1Explicit88 pkix1explicit