summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-02-25 00:28:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-02-25 00:28:19 +0000
commit248ca24f4f19157651bc7cdb6e5cb59f57a4136b (patch)
tree30404151ae41fd470b9efbdbb71eb9a6fadc2d44 /epan/dissectors/packet-p_mul.c
parentee08eca67bbff712d7e46ad56ccbbaa42549998f (diff)
downloadwireshark-248ca24f4f19157651bc7cdb6e5cb59f57a4136b.tar.gz
Removed mark for unused pinfo, its in use.
svn path=/trunk/; revision=27537
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;