From bec65ab1ac33ddf7e7694dfe361f4e55ae5c1dc7 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 15 Sep 2015 18:46:36 +0200 Subject: x509,ber: fix header field of large integers In the past large integers would be displayed as text, later on this was changed into a "proper" header field. In most cases you do not want to see "ber.64bit_uint_as_bytes" though, but the original field name. This patch allows fields that are marked as FT_BYTES to be displayed with their original header field details (name, description, etc.). Change-Id: I4ab1a4cce649a225c73298fbf4dcf1692c693a03 Reviewed-on: https://code.wireshark.org/review/10539 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- asn1/x509af/x509af.cnf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asn1') diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf index e0e6a82166..de4d171348 100644 --- a/asn1/x509af/x509af.cnf +++ b/asn1/x509af/x509af.cnf @@ -115,6 +115,9 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate #.TYPE_ATTR CertificateSerialNumber TYPE = FT_INT64 +DSS-Params/p TYPE = FT_BYTES DISPLAY = BASE_NONE +DSS-Params/q TYPE = FT_BYTES DISPLAY = BASE_NONE +DSS-Params/g TYPE = FT_BYTES DISPLAY = BASE_NONE #.FN_PARS CertificateSerialNumber FN_VARIANT = 64 -- cgit v1.2.3