Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master b7e7796: extcap: add new option type (timestamp).

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Dec 2016 04:50:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7e7796e20d5b194a72658a0e3f88522e7f66ebc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b7e7796 by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: add new option type (timestamp).
    
    Bug: 12787
    Change-Id: I941833c55fb607c8af2ef832082af58d7b94e965
    Reviewed-on: https://code.wireshark.org/review/18721
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fb0c288   transum: plugin code
    adds  b7e7796   extcap: add new option type (timestamp).


Summary of changes:
 doc/extcap.pod                  |    5 ++++
 doc/extcap_example.py           |    5 ++++
 extcap_parser.c                 |    2 ++
 extcap_parser.h                 |    3 +-
 ui/gtk/extcap_gtk.c             |   34 ++++++++++++++++++++-
 ui/gtk/extcap_gtk.h             |    1 +
 ui/qt/extcap_argument.cpp       |   63 +++++++++++++++++++++++++++++++++++++++
 ui/qt/extcap_argument.h         |   21 +++++++++++++
 ui/qt/extcap_options_dialog.cpp |    9 ++++++
 9 files changed, 141 insertions(+), 2 deletions(-)