MP2T: Expert info, counter drop is PI_SEQUENCE, not MALFORMED

This commit is contained in:
John Thacker 2021-09-06 01:33:16 -04:00 committed by Wireshark GitLab Utility
parent c30e111ceb
commit f6e0589f89
1 changed files with 1 additions and 1 deletions

View File

@ -1775,7 +1775,7 @@ proto_register_mp2t(void)
static ei_register_info ei[] = {
{ &ei_mp2t_pointer, { "mp2t.pointer_too_large", PI_MALFORMED, PI_ERROR, "Pointer value is too large", EXPFILL }},
{ &ei_mp2t_cc_drop, { "mp2t.cc.drop", PI_MALFORMED, PI_ERROR, "Detected missing TS frames", EXPFILL }},
{ &ei_mp2t_cc_drop, { "mp2t.cc.drop", PI_SEQUENCE, PI_ERROR, "Detected missing TS frames", EXPFILL }},
{ &ei_mp2t_invalid_afc, { "mp2t.afc.invalid", PI_PROTOCOL, PI_WARN,
"Adaptation Field Control contains an invalid value", EXPFILL }}
};