aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-01-28 10:49:41 +0000
committerA Wireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2022-01-28 10:49:41 +0000
commit899b07a8eb8f1b1e44b52a48fced30aa19d55009 (patch)
treef1731d105b6f0d78dfce25b7305670da00a83649 /epan/dissectors/packet-ptp.c
parente406e5b8262ef060e948690a9c0bbef778817a2b (diff)
Fix some filters strings.
Diffstat (limited to 'epan/dissectors/packet-ptp.c')
-rw-r--r--epan/dissectors/packet-ptp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ptp.c b/epan/dissectors/packet-ptp.c
index c6bf85b63d..d09c165601 100644
--- a/epan/dissectors/packet-ptp.c
+++ b/epan/dissectors/packet-ptp.c
@@ -7356,7 +7356,7 @@ proto_register_ptp(void)
NULL, HFILL }
},
{ &hf_ptp_v2_oe_tlv_subtype_smpte_leapsecondjump_change,
- { "Change in number", "ptp.v2.oe.smpte.leapsecondjump",
+ { "Change in number", "ptp.v2.oe.smpte.leapsecondjump.change",
FT_BOOLEAN, 8, TFS(&tfs_set_notset), PTP_V2_FLAGS_OE_SMPTE_LEAP_SECOND_JUMP_CHANGE,
NULL, HFILL }
},