ptp: Improve display of rateRatio allowing more decimals.

This commit is contained in:
Patrik Thunström 2024-02-24 00:07:40 +01:00
parent 2b9dcdc346
commit 96ab1b9571
1 changed files with 1 additions and 1 deletions

View File

@ -6757,7 +6757,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_as_fu_tlv_cumulative_rate_ratio,
{ "cumulativeRateRatio", "ptp.as.fu.cumulativeRateRatio",
FT_DOUBLE, BASE_DEC, NULL, 0x00,
FT_DOUBLE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_as_fu_tlv_gm_base_indicator,