URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14af515846db90424b41b17a4b992d16a884ba46
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
14af515 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>
(cherry picked from commit 94cb86a0ca62680ceb8565b4f0a716e48010d885)
Reviewed-on: https://code.wireshark.org/review/17238
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from c66c2a7 PTP: Expose ptp_v2 value strings for use by other dissectors
adds 14af515 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(-)