diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-12 01:29:21 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-12 01:29:21 +0000 |
commit | bc3979ee23043a5a62c319bc427d9950883f0da7 (patch) | |
tree | 06ffb1c6a72a6c09d01f24719fa2ee1f07db1b34 /epan/dissectors/packet-x509ce.c | |
parent | 0e528dc7a1f25d52db177c2d016dda013dd0e064 (diff) | |
download | wireshark-bc3979ee23043a5a62c319bc427d9950883f0da7.tar.gz wireshark-bc3979ee23043a5a62c319bc427d9950883f0da7.tar.bz2 wireshark-bc3979ee23043a5a62c319bc427d9950883f0da7.zip |
minor updates, get rid of temporary files during dissection
svn path=/trunk/; revision=12725
Diffstat (limited to 'epan/dissectors/packet-x509ce.c')
-rw-r--r-- | epan/dissectors/packet-x509ce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509ce.c b/epan/dissectors/packet-x509ce.c index 5555354906..e4ff90f446 100644 --- a/epan/dissectors/packet-x509ce.c +++ b/epan/dissectors/packet-x509ce.c @@ -1,7 +1,7 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ /* ./packet-x509ce.c */ -/* ../../tools/asn2eth.py -X -b -k -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn */ +/* ../../tools/asn2eth.py -X -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn */ /* Input file: packet-x509ce-template.c */ @@ -1937,7 +1937,7 @@ void proto_register_x509ce(void) { "DistributionPointName/fullName", HFILL }}, { &hf_x509ce_nameRelativeToCRLIssuer, { "nameRelativeToCRLIssuer", "x509ce.nameRelativeToCRLIssuer", - FT_UINT32, BASE_DEC, NULL, 0, + FT_NONE, BASE_NONE, NULL, 0, "DistributionPointName/nameRelativeToCRLIssuer", HFILL }}, { &hf_x509ce_containsUserPublicKeyCerts, { "containsUserPublicKeyCerts", "x509ce.containsUserPublicKeyCerts", |