aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h323.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-h323.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-h323.c')
-rw-r--r--epan/dissectors/packet-h323.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-h323.c b/epan/dissectors/packet-h323.c
index 0cd577171f..966ccfe8cb 100644
--- a/epan/dissectors/packet-h323.c
+++ b/epan/dissectors/packet-h323.c
@@ -467,7 +467,7 @@ void proto_register_h323(void) {
{ &hf_h323_messageContent,
{ "messageContent", "h323.messageContent",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_messageContent", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_messageContent_item,
{ "messageContent item", "h323.messageContent_item",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -475,7 +475,7 @@ void proto_register_h323(void) {
{ &hf_h323_tunnellingRequired,
{ "tunnellingRequired", "h323.tunnellingRequired",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_nonStandardData,
{ "nonStandardData", "h323.nonStandardData",
FT_NONE, BASE_NONE, NULL, 0,
@@ -487,7 +487,7 @@ void proto_register_h323(void) {
{ &hf_h323_robustnessData,
{ "robustnessData", "h323.robustnessData",
FT_UINT32, BASE_DEC, VALS(h323_T_robustnessData_vals), 0,
- "T_robustnessData", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_rrqData,
{ "rrqData", "h323.rrqData",
FT_NONE, BASE_NONE, NULL, 0,
@@ -515,7 +515,7 @@ void proto_register_h323(void) {
{ &hf_h323_BackupCallSignalAddresses_item,
{ "BackupCallSignalAddresses item", "h323.BackupCallSignalAddresses_item",
FT_UINT32, BASE_DEC, VALS(h323_BackupCallSignalAddresses_item_vals), 0,
- "BackupCallSignalAddresses_item", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_tcp,
{ "tcp", "h323.tcp",
FT_UINT32, BASE_DEC, VALS(h225_TransportAddress_vals), 0,
@@ -531,7 +531,7 @@ void proto_register_h323(void) {
{ &hf_h323_hasSharedRepository,
{ "hasSharedRepository", "h323.hasSharedRepository",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_irrFrequency,
{ "irrFrequency", "h323.irrFrequency",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -547,7 +547,7 @@ void proto_register_h323(void) {
{ &hf_h323_fastStart,
{ "fastStart", "h323.fastStart",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_fastStart", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_fastStart_item,
{ "fastStart item", "h323.fastStart_item",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -555,7 +555,7 @@ void proto_register_h323(void) {
{ &hf_h323_resetH245,
{ "resetH245", "h323.resetH245",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_h323_timeToLive,
{ "timeToLive", "h323.timeToLive",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -563,7 +563,7 @@ void proto_register_h323(void) {
{ &hf_h323_includeFastStart,
{ "includeFastStart", "h323.includeFastStart",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
/*--- End of included file: packet-h323-hfarr.c ---*/
#line 105 "packet-h323-template.c"