URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=19c51d27b9cabf7b811d6c60e42a59330235c2de
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
19c51d2 by Guy Harris (guy@xxxxxxxxxxxx):
Don't go past the end of a page in a NetScaler file.
Records in a properly formatted NetScaler file shouldn't go past the end
of a page, but nothing guarantees that a NetScaler file will be properly
formatted.
NetScaler 3.x files allow record bodies to go past the end of a page,
but 1.x and 2.x files don't, so treat record headers that go past the
end of a page, and record bodies in 1.x and 2.x files that go past the
end of a page, as errors.
Clean up some stuff while we're at it.
Bug: 13430
Change-Id: I3b1d56086e3bb14b246406f306e3d730df337561
Reviewed-on: https://code.wireshark.org/review/20326
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 929e0e8 udpdump: fix recvfrom error on windows.
adds 19c51d2 Don't go past the end of a page in a NetScaler file.
Summary of changes:
wiretap/netscaler.c | 85 +++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 69 insertions(+), 16 deletions(-)