From 8f1037e6405b2fdcea1a0e6eb7346a509da6147c Mon Sep 17 00:00:00 2001 From: morriss Date: Thu, 23 Sep 2010 21:46:31 +0000 Subject: Replace blurbs that match the name (case insensitive) with NULL. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34227 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-tipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-tipc.c') diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c index 79b4b10e9a..f1ccb24a29 100644 --- a/epan/dissectors/packet-tipc.c +++ b/epan/dissectors/packet-tipc.c @@ -2287,7 +2287,7 @@ dissect_tipc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) } /* tipc data type user doesn't change format, reuse v2 function */ next_tvb = tvb_new_subset_remaining(tvb, offset); - call_tipc_v2_data_subdissectors(next_tvb, pinfo, name_type_p, user); + call_tipc_v2_data_subdissectors(next_tvb, pinfo, name_type_p, user); } } /*if (hdr_size <= 5) */ } @@ -2732,7 +2732,7 @@ proto_register_tipc(void) { &hf_tipcv2_probe, { "Probe", "tipcv2.probe", FT_UINT32, BASE_DEC, NULL, 0x00000001, - "probe", HFILL } + NULL, HFILL } }, { &hf_tipcv2_link_tolerance, { "Link Tolerance (ms)", "tipcv2.link_tolerance", -- cgit v1.2.3