URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7b36b8107c2e43ddf645001801ec29f2fdbbf875
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7b36b81 by Guy Harris (guy@xxxxxxxxxxxx):
Use a local buffer for rescanning and finding records.
We use one in all the other loop-over-all-records operations, such as
retapping, saving, printing/writing dissections, etc.; these are the
only ones remaining.
Change-Id: Ib854e3a3dfb5c4b05ae103998046f4bd11c39e7e
Reviewed-on: https://code.wireshark.org/review/32819
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 3e2cad0 F1AP: upgrade dissector to v15.5.0
add 7b36b81 Use a local buffer for rescanning and finding records.
Summary of changes:
file.c | 138 +++++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 83 insertions(+), 55 deletions(-)