Wireshark-commits: [Wireshark-commits] master bcae998: Qt: Support the -j, -J, and -l command line
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Jun 2016 03:04:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcae998048190ce70ae9d0cbc05dc61e9e66c3b4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bcae998 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Support the -j, -J, and -l command line flags
    
    Add support for -j, -J, and -l. Mark the -m flag deprecated.
    
    Bug: 12546
    Change-Id: Ic44b3997840018e5d571aa1813a1646bce11d4a6
    Reviewed-on: https://code.wireshark.org/review/16083
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  18a900f   Editcap: Fix setting of max_packet_number
    adds  bcae998   Qt: Support the -j, -J, and -l command line flags


Summary of changes:
 doc/wireshark.pod.template  |   10 ++++++----
 ui/commandline.c            |    2 +-
 ui/preference_utils.h       |    2 +-
 ui/qt/main_window.cpp       |    4 ++--
 ui/qt/main_window_slots.cpp |    1 +
 wireshark-qt.cpp            |   16 ++++++++++++++++
 6 files changed, 27 insertions(+), 8 deletions(-)