aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-flexnet.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-02 21:44:22 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-02 21:44:22 +0000
commite680d743662040fa79c8e24d6e3d0e7151ec9fd4 (patch)
tree4f69ce64288d4e9a77349ab25828f712e9b1492a /epan/dissectors/packet-flexnet.c
parent612a8916204124c85e932e7279eeac865c0f7e3c (diff)
Replace blurbs which duplicate the field name with NULL.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44227 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-flexnet.c')
-rw-r--r--epan/dissectors/packet-flexnet.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-flexnet.c b/epan/dissectors/packet-flexnet.c
index 5e8d1ccc93..fce657bd3f 100644
--- a/epan/dissectors/packet-flexnet.c
+++ b/epan/dissectors/packet-flexnet.c
@@ -13,12 +13,12 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -83,7 +83,7 @@ dissect_flexnet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
tvbuff_t *next_tvb = NULL;
col_set_str( pinfo->cinfo, COL_PROTOCOL, "Flexnet");
-
+
col_clear( pinfo->cinfo, COL_INFO );
if ( parent_tree )
@@ -118,7 +118,7 @@ dissect_flexnet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
void
proto_register_flexnet(void)
-{
+{
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_flexnet_dst,
@@ -134,7 +134,7 @@ proto_register_flexnet(void)
{ &hf_flexnet_ctl,
{ "Control", "flexnet.ctl",
FT_BYTES, BASE_NONE, NULL, 0x0,
- "Control ", HFILL }
+ NULL, HFILL }
},
};