aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
commite375c3990afef53e911cdf3105f89aab4b47b7b7 (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-ocsp.c
parent7ce0cd961e76ba84639236970a4eb9bd65e28657 (diff)
Regenerate all asn2wrs generated dissectors
svn path=/trunk/; revision=26670
Diffstat (limited to 'epan/dissectors/packet-ocsp.c')
-rw-r--r--epan/dissectors/packet-ocsp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ocsp.c b/epan/dissectors/packet-ocsp.c
index c66ceb7d8e..5ac6d657d4 100644
--- a/epan/dissectors/packet-ocsp.c
+++ b/epan/dissectors/packet-ocsp.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,
- { "Item", "ocsp.requestList_item",
+ { "requestList", "ocsp.requestList_item",
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,
- { "Item", "ocsp.certs_item",
+ { "certs", "ocsp.certs_item",
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,
- { "Item", "ocsp.responses_item",
+ { "responses", "ocsp.responses_item",
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,
- { "Item", "ocsp.AcceptableResponses_item",
+ { "AcceptableResponses", "ocsp.AcceptableResponses_item",
FT_OID, BASE_NONE, NULL, 0,
"ocsp.OBJECT_IDENTIFIER", HFILL }},
{ &hf_ocsp_issuer,