Wireshark-commits: [Wireshark-commits] master c998827: Do all the per-capture-file work in process_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Feb 2019 03:00:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c99882733a8eb13e57bcf63f6b98f32ed2573fb0
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c998827 by Guy Harris (guy@xxxxxxxxxxxx):

    Do all the per-capture-file work in process_cap_file().
    
    Open and close the file there, as well as reading it.
    Small code cleanup, add comments.
    
    Change-Id: I895dd61c92160649fc9ee1cdcf3df45db3eabe57
    Reviewed-on: https://code.wireshark.org/review/32017
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1c27d78   CMake: Move the PLUGIN_PATH_ID definition.
     add  c998827   Do all the per-capture-file work in process_cap_file().


Summary of changes:
 capinfos.c | 53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)