URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8eefa4d9f93b560b5709e42407d90a8e2b8961b5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8eefa4d by Guy Harris (guy@xxxxxxxxxxxx):
Use the count-of-records fields to figure out how many records to read.
Fetch the count of records from one of the locations where it appears to
be, and, currently, require that it be equal to the count at the other
location where it appears to be; if they ever differ, we'll need the
file in order to reverse-engineer some more.
Fix the way we *write* .rf5 files - it turns out that we were
1) not writing the full file size;
2) not writing the packet count in the right location.
Detect files written by the old code, and get the packet count from the
right location for those files.
Change-Id: I7ce83afbc9dbbd300c81c96ef8f7785a0aeefa7a
Reviewed-on: https://code.wireshark.org/review/4608
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from e331083 Add dissection of MIDL_NDRHEADERBLOB used in drsuapi and some other protocols
adds 8eefa4d Use the count-of-records fields to figure out how many records to read.
Summary of changes:
wiretap/k12.c | 232 +++++++++++++++++++++++++++++++++------------------------
1 file changed, 134 insertions(+), 98 deletions(-)