Wireshark-commits: [Wireshark-commits] master 81ad4cd: capinfos: Add -K option and report capture c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Mar 2017 11:54:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81ad4cd3bdc1b729de2b43ccf9d5435bac17f3d5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81ad4cd by Jim Young (jyoung@xxxxxxx):

    capinfos: Add -K option and report capture comments last
    
    This patch adds a capinfos -K option to suppess printing of capture
    comments.  This patch also changes when capture comments are printed
    relative to the other enabled infos. Because capture comments are
    freeform we will now defer their printing until all but the interface
    detail infos are printed.
    
    Change-Id: Ibb3df040c09e4c67d714c561869c00e08b83d6ed
    Reviewed-on: https://code.wireshark.org/review/20643
    Petri-Dish: Jim Young <jim.young.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9e35c0b   Fix QT UI bugs in RTP dialogs
    adds  81ad4cd   capinfos: Add -K option and report capture comments last


Summary of changes:
 capinfos.c       |   87 +++++++++++++++++++++++++++++-------------------------
 doc/capinfos.pod |   10 +++++++
 2 files changed, 57 insertions(+), 40 deletions(-)