Wireshark-commits: [Wireshark-commits] master ef717da: CMake: remove ENABLE_PCAP_NG_DEFAULT option
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Apr 2020 01:29:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ef717da61a7a12023d89dc9891dee540b156da69
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ef717da by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: remove ENABLE_PCAP_NG_DEFAULT option
    
    pcapng has been the compile-time default since 2011. If there are any
    users who would like to use the libpcap format, then they should use
    runtime options instead (e.g. `tshark -P` or `editcap -F pcap`).
    
    Change-Id: I54b70368cdc3ca78bc8617bc488cc687740a1eb9
    Reviewed-on: https://code.wireshark.org/review/36721
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  55d3d32   proto: remove a temporary variable
     add  ef717da   CMake: remove ENABLE_PCAP_NG_DEFAULT option


Summary of changes:
 CMakeLists.txt   |  4 ----
 CMakeOptions.txt |  1 -
 capture_opts.c   |  4 ----
 cmakeconfig.h.in |  3 ---
 editcap.c        |  8 --------
 epan/prefs.c     |  4 ----
 mergecap.c       |  8 --------
 tshark.c         | 12 ------------
 8 files changed, 44 deletions(-)