aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.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-tn3270.c
parente84f210167f604a4c40e42774ebd1e80c1a23711 (diff)
Replace blurbs that match the name (case insensitive) with NULL.
svn path=/trunk/; revision=34227
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index b87e034773..996ff6b542 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -5101,11 +5101,11 @@ proto_register_tn3270(void)
{ &hf_tn3270_command_code,
{ "Command Code", "tn3270.command_code",
FT_UINT8, BASE_HEX, VALS(vals_command_codes), 0x0,
- "Command Code", HFILL }},
+ NULL, HFILL }},
{ &hf_tn3270_sf_length,
{ "Structured Field Length", "tn3270.sf_length",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Structured Field Length", HFILL }},
+ NULL, HFILL }},
/* Write Control Characters */
{ &hf_tn3270_wcc_nop,
{ "WCC NOP",