aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-01 22:30:14 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-01 22:30:14 +0000
commitfbb245bf42bb5658344089d6da6cfc2fb1d5645b (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-ocsp.c
parent498e208eebc9b7b9051ddf8333e799db6e946801 (diff)
Regenerate all asn2wrs generated dissectors
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
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,