Wireshark-commits: [Wireshark-commits] master 2980123: extcap: move windows functions	into extcap-b
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=298012359b52a9bf1ca22e0d1bedf23ec3e7680f
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2980123 by Dario Lombardo (lomato@xxxxxxxxx):
    extcap: move windows functions into extcap-base
    
    Change-Id: Iec7fed027a24992afd673b09c32470af51739ae5
    Reviewed-on: https://code.wireshark.org/review/14075
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  3b9306e   debian: Override some lintian warnings
    adds  2980123   extcap: move windows functions into extcap-base
Summary of changes:
 CMakeLists.txt         |    4 +++
 extcap/Makefile.common |   11 ++++---
 extcap/androiddump.c   |   46 --------------------------
 extcap/extcap-base.c   |   85 ++++++++++++++++++++++++++++++++++++++++++++++++
 extcap/extcap-base.h   |    7 ++++
 extcap/randpktdump.c   |   43 ------------------------
 extcap/sshdump.c       |   44 -------------------------
 7 files changed, 103 insertions(+), 137 deletions(-)
 create mode 100644 extcap/extcap-base.c