URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=199392b616abf443c3537443f401e6cc88c9c787
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
199392b by Jaap Keuter (jaap.keuter@xxxxxxxxx):
Actually progress through the command data (CID-281394)
The loop reading through the command data doesn't progress through
it, it just reads until the available data (represented by max_length)
runs out. It therefore:
- doesn't present the commands
- doesn't detect a missing final marker bit (CID-281394)
This change does make the code progress through the command data,
fixing both issues in the process.
Change-Id: I61ba8b56b4a153affe9b4f9a574267f981ef0594
Reviewed-on: https://code.wireshark.org/review/15825
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit be1213332688ee9ee3375fd45161ab9c6e8274ca)
Reviewed-on: https://code.wireshark.org/review/15847
Actions performed:
from df53b6f [Automatic update for 2016-06-12]
adds 199392b Actually progress through the command data (CID-281394)
Summary of changes:
epan/dissectors/packet-rtp-midi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)