aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 20:19:49 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 20:19:49 +0000
commit4483eab426940375800723390c11185f49a13b10 (patch)
tree332faa3857357eb750d858d3fb9efb168f4e5355 /epan/dissectors/packet-p_mul.c
parent8153d2b545177e4086795a90f1af87e642417eb3 (diff)
Update calls to proto_tree_add_bytes_format to reflect r27047.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27053 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index a1e9876926..4ca2e20ffb 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -1136,7 +1136,6 @@ static void dissect_p_mul (tvbuff_t *tvb, packet_info *pinfo _U_,
en = proto_tree_add_bytes_format (field_tree, hf_miss_seq_range,
tvb, offset, 6,
- tvb_get_ptr (tvb, offset, 6),
"Missing Data PDU Seq Range: %d - %d",
ack_seq_no, end_seq_no);
if (ack_seq_no >= end_seq_no) {