aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-24 01:40:54 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-24 01:40:54 +0000
commitf8166804a897be6fc5cc550faefd3738878e95ba (patch)
tree3bc9b80c9671822d006e1c37cc254564949b7a27 /asn1/h450
parent96079919f58c895b9cd3126b490a24dde648a4a8 (diff)
From Kovarththanan Rajaratnam:
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
Diffstat (limited to 'asn1/h450')
-rw-r--r--asn1/h450/packet-h450-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h450/packet-h450-template.c b/asn1/h450/packet-h450-template.c
index 88ffc9c1a8..fb979fc9ff 100644
--- a/asn1/h450/packet-h450-template.c
+++ b/asn1/h450/packet-h450-template.c
@@ -246,10 +246,10 @@ void proto_register_h450(void) {
static hf_register_info hf[] = {
{ &hf_h450_operation, { "Operation", "h450.operation",
FT_UINT8, BASE_DEC, VALS(h450_str_operation), 0x0,
- "Operation", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_error, { "Error", "h450.error",
FT_UINT8, BASE_DEC, VALS(h450_str_error), 0x0,
- "Error", HFILL }},
+ NULL, HFILL }},
#include "packet-h450-hfarr.c"
};