]> sigrok.org Git - libsigrok.git/commit
sr_session_send: pass transformed packet to datafeed callbacks
authorDaniel Glöckner <redacted>
Sat, 22 Aug 2015 15:39:39 +0000 (17:39 +0200)
committerUwe Hermann <redacted>
Sun, 30 Aug 2015 16:54:13 +0000 (18:54 +0200)
commit4ec436c4d5b1712c9b5162171586e9bbedf41f09
tree877248cf18311319d9c4303820abf796d515a644
parent1e6b5b930340cc87e6c49e0563b289267ae00cb4
sr_session_send: pass transformed packet to datafeed callbacks

After the packet has been passed through the transformation modules,
the transformed data is in packet_in but the following code uses
the packet variable which still points to the original input.

This fixes bug #631.
src/session.c