aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-goose.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 03:53:31 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 03:53:31 +0000
commitad260fdd2b90cc855b71edd51f235476666f0afa (patch)
tree121ec872bb5a09773fc09ab432e3ad854c604614 /epan/dissectors/packet-goose.c
parent095819af45a7f544cce8ede3bb4c93f1f01a955a (diff)
Add a little more code to avoid not-very-useful blurbs:
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-goose.c')
-rw-r--r--epan/dissectors/packet-goose.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-goose.c b/epan/dissectors/packet-goose.c
index 4e79985c7f..42fe663483 100644
--- a/epan/dissectors/packet-goose.c
+++ b/epan/dissectors/packet-goose.c
@@ -806,7 +806,7 @@ void proto_register_goose(void) {
{ &hf_goose_gseMngtNotSupported,
{ "gseMngtNotSupported", "goose.gseMngtNotSupported",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_goose_gseMngtResponses_GetGOReference,
{ "getGoReference", "goose.getGoReference",
FT_NONE, BASE_NONE, NULL, 0,
@@ -838,7 +838,7 @@ void proto_register_goose(void) {
{ &hf_goose_references,
{ "references", "goose.references",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_references", HFILL }},
+ NULL, HFILL }},
{ &hf_goose_references_item,
{ "references item", "goose.references_item",
FT_STRING, BASE_NONE, NULL, 0,
@@ -854,7 +854,7 @@ void proto_register_goose(void) {
{ &hf_goose_responsePositive,
{ "responsePositive", "goose.responsePositive",
FT_NONE, BASE_NONE, NULL, 0,
- "T_responsePositive", HFILL }},
+ NULL, HFILL }},
{ &hf_goose_datSet,
{ "datSet", "goose.datSet",
FT_STRING, BASE_NONE, NULL, 0,