Wireshark-commits: [Wireshark-commits] master 6dce310: extcap: Reduce number of scans and storage
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Feb 2017 13:41:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6dce310305686c56b2502201c6aecc18f6ff760a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6dce310 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap: Reduce number of scans and storage
    
    Reduce the number of storage arrays and the number
    of necessary loads. Also include cleaner methods for
    reloading the interfaces and cleanly reload if asked by
    the overall system
    
    Change-Id: I529465ec2593d40c955c6cdeaf3a85e3021c0596
    Reviewed-on: https://code.wireshark.org/review/20230
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  73ac697   [skinny]: Fix tvb struct size guard value
    adds  6dce310   extcap: Reduce number of scans and storage


Summary of changes:
 extcap.c                        |  478 ++++++++++++++++++++++-----------------
 extcap.h                        |   10 +-
 ui/qt/about_dialog.cpp          |    4 +-
 ui/qt/wireshark_application.cpp |    7 +
 4 files changed, 283 insertions(+), 216 deletions(-)