aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.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-ansi_map.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-ansi_map.c')
-rw-r--r--epan/dissectors/packet-ansi_map.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index 47c70b79a3..062f4d0ba4 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -18453,7 +18453,7 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_TerminationList_item,
{ "TerminationList item", "ansi_map.TerminationList_item",
FT_UINT32, BASE_DEC, VALS(ansi_map_TerminationList_item_vals), 0,
- "TerminationList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_intersystemTermination,
{ "intersystemTermination", "ansi_map.intersystemTermination",
FT_NONE, BASE_NONE, NULL, 0,
@@ -18497,7 +18497,7 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_CDMAConnectionReferenceList_item,
{ "CDMAConnectionReferenceList item", "ansi_map.CDMAConnectionReferenceList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "CDMAConnectionReferenceList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmaConnectionReferenceInformation,
{ "cdmaConnectionReferenceInformation", "ansi_map.cdmaConnectionReferenceInformation",
FT_NONE, BASE_NONE, NULL, 0,
@@ -18513,7 +18513,7 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_CDMAChannelNumberList_item,
{ "CDMAChannelNumberList item", "ansi_map.CDMAChannelNumberList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "CDMAChannelNumberList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmaChannelNumber,
{ "cdmaChannelNumber", "ansi_map.cdmaChannelNumber",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -18541,7 +18541,7 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_DataAccessElementList_item,
{ "DataAccessElementList item", "ansi_map.DataAccessElementList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "DataAccessElementList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_dataAccessElement1,
{ "dataAccessElement1", "ansi_map.dataAccessElement1",
FT_NONE, BASE_NONE, NULL, 0,
@@ -18657,7 +18657,7 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_CDMAPSMMList_item,
{ "CDMAPSMMList item", "ansi_map.CDMAPSMMList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "CDMAPSMMList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmaTargetMAHOList2,
{ "cdmaTargetMAHOList2", "ansi_map.cdmaTargetMAHOList2",
FT_UINT32, BASE_DEC, NULL, 0,