aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-16 22:07:03 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-16 22:07:03 +0000
commitc47e788c94af5656ffbc83ebbe03a8539cdcde72 (patch)
treeb1055286b24404aea8078ca2430dda80e1440964 /epan/dissectors/packet-ocsp.c
parentb4f4444202b90da79333137f5bb5166cd78bd701 (diff)
Regenerate all asn2wrs generated dissectors.
svn path=/trunk/; revision=28379
Diffstat (limited to 'epan/dissectors/packet-ocsp.c')
-rw-r--r--epan/dissectors/packet-ocsp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ocsp.c b/epan/dissectors/packet-ocsp.c
index bfb13db312..45c628ddc0 100644
--- a/epan/dissectors/packet-ocsp.c
+++ b/epan/dissectors/packet-ocsp.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ocsp.c */
-/* ../../tools/asn2wrs.py -b -p ocsp -c ocsp.cnf -s packet-ocsp-template OCSP.asn */
+/* ../../tools/asn2wrs.py -b -p ocsp -c ./ocsp.cnf -s ./packet-ocsp-template -D . OCSP.asn */
/* Input file: packet-ocsp-template.c */
@@ -763,7 +763,7 @@ void proto_register_ocsp(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"ocsp.SEQUENCE_OF_Request", HFILL }},
{ &hf_ocsp_requestList_item,
- { "requestList", "ocsp.requestList_item",
+ { "Request", "ocsp.Request",
FT_NONE, BASE_NONE, NULL, 0,
"ocsp.Request", HFILL }},
{ &hf_ocsp_requestExtensions,
@@ -783,7 +783,7 @@ void proto_register_ocsp(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"ocsp.SEQUENCE_OF_Certificate", HFILL }},
{ &hf_ocsp_certs_item,
- { "certs", "ocsp.certs_item",
+ { "Certificate", "ocsp.Certificate",
FT_NONE, BASE_NONE, NULL, 0,
"x509af.Certificate", HFILL }},
{ &hf_ocsp_reqCert,
@@ -843,7 +843,7 @@ void proto_register_ocsp(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"ocsp.SEQUENCE_OF_SingleResponse", HFILL }},
{ &hf_ocsp_responses_item,
- { "responses", "ocsp.responses_item",
+ { "SingleResponse", "ocsp.SingleResponse",
FT_NONE, BASE_NONE, NULL, 0,
"ocsp.SingleResponse", HFILL }},
{ &hf_ocsp_responseExtensions,
@@ -899,7 +899,7 @@ void proto_register_ocsp(void) {
FT_UINT32, BASE_DEC, VALS(x509ce_CRLReason_vals), 0,
"x509ce.CRLReason", HFILL }},
{ &hf_ocsp_AcceptableResponses_item,
- { "AcceptableResponses", "ocsp.AcceptableResponses_item",
+ { "AcceptableResponses item", "ocsp.AcceptableResponses_item",
FT_OID, BASE_NONE, NULL, 0,
"ocsp.OBJECT_IDENTIFIER", HFILL }},
{ &hf_ocsp_issuer,