Fix some filters strings.

This commit is contained in:
Martin Mathieson 2022-01-28 10:49:41 +00:00 committed by A Wireshark GitLab Utility
parent e406e5b826
commit 899b07a8eb
4 changed files with 4 additions and 4 deletions

View File

@ -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 }
},

View File

@ -266,7 +266,7 @@ static hf_register_info hf[] = {
,NULL ,0x3f ,NULL
,HFILL}},
{&hf_cw_seq ,{"Sequence number" ,"pwfr.length" ,FT_UINT16 ,BASE_DEC
{&hf_cw_seq ,{"Sequence number" ,"pwfr.seqno" ,FT_UINT16 ,BASE_DEC
,NULL ,0 ,NULL
,HFILL}},

View File

@ -2864,7 +2864,7 @@ proto_register_rohc(void)
}
},
{ &hf_rohc_ipv6_dst,
{ "Destination Address","rohc.ipv6.src",
{ "Destination Address","rohc.ipv6.dst",
FT_IPv6, BASE_NONE, NULL, 0,
NULL , HFILL
}

View File

@ -1734,7 +1734,7 @@ void proto_register_spdy(void)
}
},
{ &hf_spdy_flags_unidirectional,
{ "Unidirectional", "spdy.flags.fin",
{ "Unidirectional", "spdy.flags.unidirectional",
FT_BOOLEAN, 8,
TFS(&tfs_set_notset), SPDY_FLAG_UNIDIRECTIONAL,
NULL, HFILL