Wireshark-commits: [Wireshark-commits] master ff033c6: extcap: add masked to options.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Jan 2016 15:04:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff033c6a2fb7a6286e66b6ed89e24ea4c6cd22c9
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ff033c6 by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: add masked to options.
    
    This allows an option to be masked (like a password), by using
    the argument-type password.
    
    Change-Id: I2eae1be2e6672bff28ba5f749d7a3f687ebd4631
    Reviewed-on: https://code.wireshark.org/review/13385
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  36cd195   Bluetooth: Update Assign numbers (5th December 2015)
    adds  ff033c6   extcap: add masked to options.


Summary of changes:
 doc/README.extcap         |    4 ++++
 doc/extcap.pod            |    5 +++++
 extcap.c                  |    3 +++
 extcap/sshdump.c          |    2 +-
 extcap_parser.c           |    6 ++++++
 extcap_parser.h           |    1 +
 ui/gtk/extcap_gtk.c       |    5 +++++
 ui/qt/extcap_argument.cpp |    5 ++++-
 8 files changed, 29 insertions(+), 2 deletions(-)