URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=495b74f48168fe5039becb6624847bef63e2af34
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
495b74f by Martin Kaiser (wireshark@xxxxxxxxx):
manolito: skip integer elements that have an invalid length
As we know the field's length, we can skip to the next field even if the
length is invalid. There's no need to abort the dissection in this case.
Change-Id: I855427ca07f38c3041018a2d7ed9dbc15f1e9bd7
Reviewed-on: https://code.wireshark.org/review/15483
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from c1214d2 manolito: don't use a temporary data pointer
adds 495b74f manolito: skip integer elements that have an invalid length
Summary of changes:
epan/dissectors/packet-manolito.c | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)