Wireshark-commits: [Wireshark-commits] master 94cb86a: ERF: Add ERF_TYPE_META clock tags

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 31 Jul 2016 13:26:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94cb86a0ca62680ceb8565b4f0a716e48010d885
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

94cb86a by Anthony Coddington (anthony.coddington@xxxxxxxxxx):

    ERF: Add ERF_TYPE_META clock tags
    
    Adds various clock configuration related tags.
    Uses ptp_v2 value strings exported from packet-ptp.
    
    Refactor out common ERF_TYPE_META bitfield code.
    Also clean up field registration a bit.
    Add flow_hash_mode enum, other minor wording cleanup.
    Manually display relative timestamps as nanoseconds for <1ms.
    Fix ns_host_* tag subtree summary field name duplication.
    
    Ping-Bug: 12303
    Change-Id: I76264d141f1c4a3590627637daa5dcd4fdfd2e93
    Reviewed-on: https://code.wireshark.org/review/16782
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e03574d   packet-smb2: fix field type of hf_smb2_ea_data_len
    adds  94cb86a   ERF: Add ERF_TYPE_META clock tags


Summary of changes:
 epan/dissectors/packet-erf.c |  532 ++++++++++++++++++++++++++++++------------
 wiretap/erf.h                |   32 +++
 2 files changed, 412 insertions(+), 152 deletions(-)