H224: Fix typo (Sequence -> Segment)

Close #18514
This commit is contained in:
Alexis La Goutte 2022-10-24 12:45:38 +00:00 committed by AndersBroman
parent 92d58f297d
commit e7a4f4b2e3
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ proto_register_h224(void)
NULL, HFILL }
},
{ &hf_h224_seg_b3b0,
{ "Sequence number", "h224.flags_seq",
{ "Segment number", "h224.flags_seg",
FT_UINT8, BASE_DEC, NULL, 0x0f,
NULL, HFILL }
},