summaryrefslogtreecommitdiff
path: root/asn1/x509af
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/x509af
parent1e4fec00cf9589c19dde2cb19c08f43644d880c4 (diff)
downloadwireshark-e3ef20f3eab51407035b233cb7ad38f701f3ede3.tar.gz
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/x509af')
-rw-r--r--asn1/x509af/packet-x509af-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509af/packet-x509af-template.c b/asn1/x509af/packet-x509af-template.c
index 475ae7f65d..625a288a99 100644
--- a/asn1/x509af/packet-x509af-template.c
+++ b/asn1/x509af/packet-x509af-template.c
@@ -100,11 +100,11 @@ void proto_register_x509af(void) {
{ &hf_x509af_algorithm_id,
{ "Algorithm Id", "x509af.algorithm.id",
FT_OID, BASE_NONE, NULL, 0,
- "Algorithm Id", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_extension_id,
{ "Extension Id", "x509af.extension.id",
FT_OID, BASE_NONE, NULL, 0,
- "Extension Id", HFILL }},
+ NULL, HFILL }},
#include "packet-x509af-hfarr.c"
};