aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-23 06:02:12 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-23 06:02:12 +0000
commite3ef20f3eab51407035b233cb7ad38f701f3ede3 (patch)
tree1cf988c053f26ce6b1630ab68146fd756b2be95a /asn1/x509ce
parent1e4fec00cf9589c19dde2cb19c08f43644d880c4 (diff)
From Kovarththanan Rajaratnam:
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
Diffstat (limited to 'asn1/x509ce')
-rw-r--r--asn1/x509ce/packet-x509ce-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509ce/packet-x509ce-template.c b/asn1/x509ce/packet-x509ce-template.c
index 443a051c38..a3502cc739 100644
--- a/asn1/x509ce/packet-x509ce-template.c
+++ b/asn1/x509ce/packet-x509ce-template.c
@@ -86,11 +86,11 @@ void proto_register_x509ce(void) {
{ &hf_x509ce_id_ce_baseUpdateTime,
{ "baseUpdateTime", "x509ce.id_ce_baseUpdateTime",
FT_STRING, BASE_NONE, NULL, 0,
- "baseUpdateTime", HFILL }},
+ NULL, HFILL }},
{ &hf_x509ce_id_ce_invalidityDate,
{ "invalidityDate", "x509ce.id_ce_invalidityDate",
FT_STRING, BASE_NONE, NULL, 0,
- "invalidityDate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509ce_object_identifier_id,
{ "Id", "x509ce.id", FT_OID, BASE_NONE, NULL, 0,
"Object identifier Id", HFILL }},