summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-01-17 22:43:46 +0100
committerMichael Mann <mmann78@netscape.net>2015-01-17 22:14:41 +0000
commit478581a613c3b63d98b8592328afacc72b2a276d (patch)
tree5a11ad9f81b46857d49b5e608b341c1315a43249 /asn1
parentb10f4da3e37c7b29959c9ed778f9ec7dd9814c4c (diff)
downloadwireshark-478581a613c3b63d98b8592328afacc72b2a276d.tar.gz
X509AF: dissect Certificate Serial Number as INT64 instead of INT32
Bug: 10862 Change-Id: Ie315298dd090b3b689f6a9bfff6f6f5bf7cc715a Reviewed-on: https://code.wireshark.org/review/6594 Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 506409d28cf727333b354a328a50e5a5f12552e9) Reviewed-on: https://code.wireshark.org/review/6597
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x509af/x509af.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf
index 0a86365714..fd6069c39b 100644
--- a/asn1/x509af/x509af.cnf
+++ b/asn1/x509af/x509af.cnf
@@ -113,4 +113,9 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate
str = x509if_get_last_dn();
proto_item_append_text(proto_item_get_parent(tree), " (%%s)", str?str:"");
+#.TYPE_ATTR
+CertificateSerialNumber TYPE = FT_INT64
+
+#.FN_PARS CertificateSerialNumber FN_VARIANT = 64
+
#.END