aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pagp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
commit0ff5638f37a1de5d061106b37930c6767bc445de (patch)
tree8fe06c6ee8fe5365b0a2eaa3708fb6d431ca59cb /epan/dissectors/packet-pagp.c
parente84f210167f604a4c40e42774ebd1e80c1a23711 (diff)
Replace blurbs that match the name (case insensitive) with NULL.
svn path=/trunk/; revision=34227
Diffstat (limited to 'epan/dissectors/packet-pagp.c')
-rw-r--r--epan/dissectors/packet-pagp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-pagp.c b/epan/dissectors/packet-pagp.c
index 43f779496a..b7a90b3064 100644
--- a/epan/dissectors/packet-pagp.c
+++ b/epan/dissectors/packet-pagp.c
@@ -442,12 +442,12 @@ proto_register_pagp(void)
{ &hf_pagp_local_device_id,
{ "Local Device ID", "pagp.localdevid",
FT_ETHER, BASE_NONE, NULL, 0x0,
- "Local device ID", HFILL }},
+ NULL, HFILL }},
{ &hf_pagp_local_learn_cap,
{ "Local Learn Capability", "pagp.localearncap",
FT_UINT8, BASE_HEX, VALS(learn_cap), 0x0,
- "Local learn capability", HFILL }},
+ NULL, HFILL }},
{ &hf_pagp_local_port_priority,
{ "Local Port Hot Standby Priority", "pagp.localportpri",
@@ -502,7 +502,7 @@ proto_register_pagp(void)
{ &hf_pagp_partner_count,
{ "Partner Count", "pagp.partnercount",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Partner count", HFILL }},
+ NULL, HFILL }},
{ &hf_pagp_num_tlvs,
{ "Number of TLVs", "pagp.numtlvs",
@@ -532,7 +532,7 @@ proto_register_pagp(void)
{ &hf_pagp_flush_local_device_id,
{ "Flush Local Device ID", "pagp.flushlocaldevid",
FT_ETHER, BASE_NONE, NULL, 0x0,
- "Flush local device ID", HFILL }},
+ NULL, HFILL }},
{ &hf_pagp_flush_partner_device_id,
{ "Flush Partner Device ID", "pagp.flushpartnerdevid",