Wireshark-commits: [Wireshark-commits] master f1d8b22: erf: Add support for attribute and sensor Pr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Dec 2018 05:13:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1d8b22fece7cc46821212f52237610c33f91f56
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f1d8b22 by Anthony Coddington (anthony.coddington@xxxxxxxxxx):

    erf: Add support for attribute and sensor Provenance tags
    
    Add temperature and power tags, represented using millidegrees/milliwatts.
    Add attribute tag, allows generic reprsentation of dynamic path like key-value pairs in the format namespace.path.to.name=value where value can be a JSON-escaped string or an integer/float number.
    Also fix a few implicit floating point conversions (confirmed values are the same).
    
    Change-Id: Id8a858abfa8a56b44e9e7200b11adc562e67fb3b
    Reviewed-on: https://code.wireshark.org/review/31136
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  175951f   WiX: Build packages verbosely.
     add  f1d8b22   erf: Add support for attribute and sensor Provenance tags


Summary of changes:
 epan/dissectors/packet-erf.c | 21 ++++++++++++++++-----
 wiretap/erf.h                |  3 +++
 2 files changed, 19 insertions(+), 5 deletions(-)