Wireshark-commits: [Wireshark-commits] master 79836fa: wsutil: Move Win32 helper	routines from capc
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79836fa23ae275466fd7414967bd17e0f629c888
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
79836fa by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
    wsutil: Move Win32 helper routines from capchild
    
    Move error handling and argument quoting routines from
    capchild to wsutil, as those methods will be used by
    extcap_spawn as well.
    
    Change-Id: I2c4515fefd5aecad317fcdaefa721734288f792c
    Reviewed-on: https://code.wireshark.org/review/16123
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  fe68566   Qt: Fix "-l" behavior.
    adds  79836fa   wsutil: Move Win32 helper routines from capchild
Summary of changes:
 capchild/capture_sync.c |  144 +-------------------------------------
 wsutil/CMakeLists.txt   |    1 +
 wsutil/Makefile.am      |    2 +
 wsutil/win32-utils.c    |  175 +++++++++++++++++++++++++++++++++++++++++++++++
 wsutil/win32-utils.h    |   79 +++++++++++++++++++++
 5 files changed, 258 insertions(+), 143 deletions(-)
 create mode 100644 wsutil/win32-utils.c
 create mode 100644 wsutil/win32-utils.h