summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-19 17:39:52 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-19 17:39:52 +0000
commit6d04f793f019b456f8d8c81f231152fbba24da8b (patch)
tree647f2501114c1f15b0c01fc84cbb6cdad96a3580 /epan/dissectors/packet-p_mul.c
parent8e53f726885fe5ce2ae8422867299d2da09518cc (diff)
downloadwireshark-6d04f793f019b456f8d8c81f231152fbba24da8b.tar.gz
Back out r27047 and r27053.
svn path=/trunk/; revision=27062
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index 4ca2e20ffb..a1e9876926 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -1136,6 +1136,7 @@ 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) {