URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0609f98af93ffe315a029fc75d20d0193566beff
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
0609f98 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
epl: Fix Payload sub-dissection
Current implementation gives all remaining data to sub-dissector.
This is not correct, as with "Write Multiple by Index" the data
given includes the following indeces and their datasets
Change-Id: I5343bf61431a7b5507b51f53f0de8c6e3dc72cf1
Reviewed-on: https://code.wireshark.org/review/9870
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
(cherry picked from commit 6aabad5b336b9933d3b764d2f84dd664de82f88f)
Conflicts:
epan/dissectors/packet-epl.c
Reviewed-on: https://code.wireshark.org/review/9882
Actions performed:
from 4693d90 Fix some encoding arguments.
adds 0609f98 epl: Fix Payload sub-dissection
Summary of changes:
epan/dissectors/packet-epl.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)