Wireshark-commits: [Wireshark-commits] master aba59e5: Win32: Make extcap utilities console applica

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Oct 2018 19:01:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aba59e5973af5e8b2e0705bba3c8f2d47791261b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

aba59e5 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Win32: Make extcap utilities console applications.
    
    Switch from using WinMain in extcap to wmain.
    
    Change-Id: I54fafad598f5ff74fe84a3ce3e993ac5a31188f7
    Reviewed-on: https://code.wireshark.org/review/30094
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0efb1c6   Update BACnet protocol to revision 20.
     add  aba59e5   Win32: Make extcap utilities console applications.


Summary of changes:
 extcap/.editorconfig  |  2 +-
 extcap/CMakeLists.txt | 14 +++++++-------
 extcap/androiddump.c  | 22 +++++++++++++---------
 extcap/ciscodump.c    | 22 +++++++++++++---------
 extcap/extcap-base.c  | 47 -----------------------------------------------
 extcap/extcap-base.h  |  6 +-----
 extcap/randpktdump.c  | 24 +++++++++++++-----------
 extcap/sshdump.c      | 22 +++++++++++++---------
 extcap/udpdump.c      | 21 +++++++++++++--------
 9 files changed, 74 insertions(+), 106 deletions(-)