aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 03:53:31 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 03:53:31 +0000
commita0c858efcd190738de6152e6104794aea13b924b (patch)
tree121ec872bb5a09773fc09ab432e3ad854c604614 /epan/dissectors/packet-logotypecertextn.c
parentbbebafd9b4f909ca78d9027532ee2b46d21cd989 (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. svn path=/trunk/; revision=32748
Diffstat (limited to 'epan/dissectors/packet-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index 9e4ff0dac1..26ac4f4e74 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -612,11 +612,11 @@ void proto_register_logotypecertextn(void) {
{ &hf_logotypecertextn_logotypeURI,
{ "logotypeURI", "logotypecertextn.logotypeURI",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_logotypeURI", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_logotypeURI_item,
{ "logotypeURI item", "logotypecertextn.logotypeURI_item",
FT_STRING, BASE_NONE, NULL, 0,
- "T_logotypeURI_item", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_type,
{ "type", "logotypecertextn.type",
FT_INT32, BASE_DEC, VALS(logotypecertextn_LogotypeImageType_vals), 0,
@@ -680,11 +680,11 @@ void proto_register_logotypecertextn(void) {
{ &hf_logotypecertextn_refStructURI,
{ "refStructURI", "logotypecertextn.refStructURI",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_refStructURI", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_refStructURI_item,
{ "refStructURI item", "logotypecertextn.refStructURI_item",
FT_STRING, BASE_NONE, NULL, 0,
- "T_refStructURI_item", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_hashAlg,
{ "hashAlg", "logotypecertextn.hashAlg",
FT_NONE, BASE_NONE, NULL, 0,