summaryrefslogtreecommitdiff
path: root/asn1/qsig/packet-qsig-template.c
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/qsig/packet-qsig-template.c
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/qsig/packet-qsig-template.c')
-rw-r--r--asn1/qsig/packet-qsig-template.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/asn1/qsig/packet-qsig-template.c b/asn1/qsig/packet-qsig-template.c
index 612aa29d90..9a88a54b93 100644
--- a/asn1/qsig/packet-qsig-template.c
+++ b/asn1/qsig/packet-qsig-template.c
@@ -583,13 +583,13 @@ void proto_register_qsig(void) {
static hf_register_info hf[] = {
{ &hf_qsig_operation, { "Operation", "qsig.operation",
FT_UINT8, BASE_DEC, VALS(qsig_str_operation), 0x0,
- "Operation", HFILL }},
+ NULL, HFILL }},
{ &hf_qsig_service, { "Service", "qsig.service",
FT_UINT8, BASE_DEC, VALS(qsig_str_service), 0x0,
"Supplementary Service", HFILL }},
{ &hf_qsig_error, { "Error", "qsig.error",
FT_UINT8, BASE_DEC, VALS(qsig_str_error), 0x0,
- "Error", HFILL }},
+ NULL, HFILL }},
{ &hf_qsig_ie_type, { "Type", "qsig.ie.type",
FT_UINT8, BASE_HEX, NULL, 0x0,
"Information Element Type", HFILL }},
@@ -604,13 +604,13 @@ void proto_register_qsig(void) {
"Information Element Length", HFILL }},
{ &hf_qsig_ie_data, { "Data", "qsig.ie.data",
FT_BYTES, BASE_HEX, NULL, 0x0,
- "Data", HFILL }},
+ NULL, HFILL }},
{ &hf_qsig_tc, { "Transit count", "qsig.tc",
FT_UINT8, BASE_DEC, NULL, 0x1F,
- "Transit count", HFILL }},
+ NULL, HFILL }},
{ &hf_qsig_pc, { "Party category", "qsig.pc",
FT_UINT8, BASE_HEX, VALS(qsig_str_pc), 0x07,
- "Party category", HFILL }},
+ NULL, HFILL }},
#include "packet-qsig-hfarr.c"
};