aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:46:31 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:46:31 +0000
commit8f1037e6405b2fdcea1a0e6eb7346a509da6147c (patch)
tree8fe06c6ee8fe5365b0a2eaa3708fb6d431ca59cb /epan/dissectors/packet-tipc.c
parent9dbf2876fe7f4ad4cbb7cb87dfde94ad151968fa (diff)
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
Diffstat (limited to 'epan/dissectors/packet-tipc.c')
-rw-r--r--epan/dissectors/packet-tipc.c4
1 files changed, 2 insertions, 2 deletions
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",