URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6aabad5b336b9933d3b764d2f84dd664de82f88f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6aabad5 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>
Actions performed:
from 504f5b3 Clean up some fields.
adds 6aabad5 epl: Fix Payload sub-dissection
Summary of changes:
epan/dissectors/packet-epl.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)