URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f71f9684388c9112ac6c2b080fd59358203ebd21
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f71f968 by Guy Harris (guy@xxxxxxxxxxxx):
Clean up some things.
Rename ascend_seek() to ascend_find_next_packet(), to indicate what it
does; it doesn't seek to an arbitrary place, it tries to find the
starting offset of the next packet when reading sequentially.
Don't have it set the header type - that's the job of the parser.
Don't set the "next packet seek start" when doing random access I/O -
that field is only for sequential I/O, and we don't want random I/O
happening at the same time (which can happen in Wireshark) interfering.
Clean up comments.
Change-Id: I2808479eeec074afa16945ffb577b91d8cb356f7
Reviewed-on: https://code.wireshark.org/review/29975
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5df87a5 Don't return TRUE with *err or *err_info set.
add f71f968 Clean up some things.
Summary of changes:
wiretap/ascend.y | 4 ++--
wiretap/ascendtext.c | 59 ++++++++++++++++++++++++++++++----------------------
2 files changed, 36 insertions(+), 27 deletions(-)