aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ocsp
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 01:40:54 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 01:40:54 +0000
commitab0746820dc4e5a59d0fbd490854705ed02aba22 (patch)
tree3bc9b80c9671822d006e1c37cc254564949b7a27 /asn1/ocsp
parent7ee0bd68e59af74dcd40c21a1e5d3847210f18b4 (diff)
From Kovarththanan Rajaratnam:
More asn1/* header field info cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28826 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/ocsp')
-rw-r--r--asn1/ocsp/packet-ocsp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ocsp/packet-ocsp-template.c b/asn1/ocsp/packet-ocsp-template.c
index e0f5111898..476481056a 100644
--- a/asn1/ocsp/packet-ocsp-template.c
+++ b/asn1/ocsp/packet-ocsp-template.c
@@ -121,7 +121,7 @@ void proto_register_ocsp(void) {
{ &hf_ocsp_responseType_id,
{ "ResponseType Id", "x509af.responseType.id",
FT_STRING, BASE_NONE, NULL, 0,
- "ResponseType Id", HFILL }},
+ NULL, HFILL }},
#include "packet-ocsp-hfarr.c"
};