aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-25 00:28:19 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-25 00:28:19 +0000
commit40d42267a46a4743f74fe94fb20860bad118e0f2 (patch)
tree30404151ae41fd470b9efbdbb71eb9a6fadc2d44 /epan/dissectors/packet-p_mul.c
parent612523497bf5687c4572ada295d1def7ab119701 (diff)
Removed mark for unused pinfo, its in use.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27537 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index a1e9876926..a694bd55ec 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -769,8 +769,7 @@ static p_mul_seq_val *add_seq_analysis (tvbuff_t *tvb, packet_info *pinfo,
}
-static void dissect_reassembled_data (tvbuff_t *tvb, packet_info *pinfo _U_,
- proto_tree *tree)
+static void dissect_reassembled_data (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
if (tvb == NULL || tree == NULL) {
return;
@@ -789,8 +788,7 @@ static void dissect_reassembled_data (tvbuff_t *tvb, packet_info *pinfo _U_,
}
}
-static void dissect_p_mul (tvbuff_t *tvb, packet_info *pinfo _U_,
- proto_tree *tree)
+static void dissect_p_mul (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_tree *p_mul_tree = NULL, *field_tree = NULL, *checksum_tree = NULL;
proto_item *ti = NULL, *en = NULL, *len_en = NULL;