URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2bc6abff0e3b8e3a5ad70e13f089c26f409ad8f
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
e2bc6ab by Guy Harris (guy@xxxxxxxxxxxx):
Fix handling of invalid type values.
If vType_get_type() returns NULL, that means that the packet is bad, not
that the dissector is bad. Report it as such.
Bug: 15119
Change-Id: I8e66fcece2b526ef9edbf948862f8fc5bea25d74
Reviewed-on: https://code.wireshark.org/review/29511
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit f4d2dffd8be1df30a832647a2f188507076f0fed)
Reviewed-on: https://code.wireshark.org/review/29514
Actions performed:
from f26f526 [Automatic update for 2018-09-09]
add e2bc6ab Fix handling of invalid type values.
Summary of changes:
epan/dissectors/packet-mswsp.c | 284 ++++++++++++++---------------------------
1 file changed, 99 insertions(+), 185 deletions(-)