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 fb0c288: transum: plugin code

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

Commits:

fb0c288 by Paul Offord (paul.offord@xxxxxxxxxxxx):

    transum: plugin code
    
    A plugin to calculate response, service and spread time values based on
    the RTE model.
    
    Bug: 12892
    Change-Id: I47d7e5354fc269916851a318fef10b826897eaf8
    Reviewed-on: https://code.wireshark.org/review/17750
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  58f6018   .mailmap: Update (of november)
    adds  fb0c288   transum: plugin code


Summary of changes:
 plugins/transum/AUTHORS                            |    2 +
 plugins/{gryphon => transum}/COPYING               |    0
 plugins/transum/NEWS                               |    2 +
 plugins/transum/README                             |    6 +
 plugins/transum/decoders.c                         |  303 +++++
 .../codec-g722.h => transum/decoders.h}            |   30 +-
 plugins/transum/extractors.c                       |  120 ++
 .../easy_codec_plugin.c => transum/extractors.h}   |   36 +-
 plugins/{docsis => transum}/moduleinfo.h           |    5 +-
 plugins/transum/packet-transum.c                   | 1408 ++++++++++++++++++++
 plugins/transum/packet-transum.h                   |  185 +++
 plugins/transum/preferences.h                      |   55 +
 12 files changed, 2105 insertions(+), 47 deletions(-)
 create mode 100644 plugins/transum/AUTHORS
 copy plugins/{gryphon => transum}/COPYING (100%)
 create mode 100644 plugins/transum/NEWS
 create mode 100644 plugins/transum/README
 create mode 100644 plugins/transum/decoders.c
 copy plugins/{easy_codec/codec-g722.h => transum/decoders.h} (60%)
 create mode 100644 plugins/transum/extractors.c
 copy plugins/{easy_codec/easy_codec_plugin.c => transum/extractors.h} (55%)
 copy plugins/{docsis => transum}/moduleinfo.h (95%)
 create mode 100644 plugins/transum/packet-transum.c
 create mode 100644 plugins/transum/packet-transum.h
 create mode 100644 plugins/transum/preferences.h