aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-02 15:12:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-02 15:12:47 +0000
commit44f914a0f19b1a73bfb66d69d8b3b74e5aa9bb33 (patch)
treedba0b070b29523bfef0b396cca0b7fa402348005 /epan
parent8a324e57374f45894983572b4143f34ceac96b5e (diff)
From Pascal Quantin:
I identified a new regression. When selecting a bit string, the highlighted bytes in the packet view are not the correct ones. svn path=/trunk/; revision=39220
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-per.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index 24822fb36a..97317b017b 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -1981,6 +1981,7 @@ static tvbuff_t *dissect_per_bit_string_display(tvbuff_t *tvb, guint32 offset, a
guint64 value;
out_tvb = tvb_new_octet_aligned(tvb, offset, length);
+ add_new_data_source(actx->pinfo, out_tvb, "Bitstring tvb");
if (hfi) {
actx->created_item = proto_tree_add_item(tree, hf_index, out_tvb, 0, -1, FALSE);