Wireshark-commits: [Wireshark-commits] master 85c805d: Handle capture options in pcap-less Wireshar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Jun 2016 20:21:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85c805d60e752a6cd376c97a269596fdd7f15002
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

85c805d by Guy Harris (guy@xxxxxxxxxxxx):

    Handle capture options in pcap-less Wireshark in the commandline_ routines.
    
    Get rid of the capture_option_specified and arg_error members of the
    commandline_capture_param_info_t and commandline_param_info_t
    structures, and have them be local variables in
    commandline_early_options() and commandline_other_options().  Have
    commandline_early_options() print the "sorry, Wireshark wasn't built
    with pcap" and exit if -D was specified but Wireshark wasn't built with
    pcap.
    
    Change-Id: I0efcdea89d9585af8f3c0a28aee060f33d3ec5fd
    Reviewed-on: https://code.wireshark.org/review/16021
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0ca9fc1   Fix indentation.
    adds  85c805d   Handle capture options in pcap-less Wireshark in the commandline_ routines.


Summary of changes:
 ui/commandline.c |   51 +++++++++++++++++++++++++++++++++++----------------
 ui/commandline.h |    7 -------
 ui/gtk/main.c    |    6 ------
 wireshark-qt.cpp |    6 ------
 4 files changed, 35 insertions(+), 35 deletions(-)