IWARP_DDP_RDMAP: add MPA error codes given by RFC6581

This commit is contained in:
Jorge Mora 2022-04-06 09:44:50 -06:00 committed by A Wireshark GitLab Utility
parent c59315c45a
commit d681da2534
1 changed files with 3 additions and 0 deletions

View File

@ -270,6 +270,9 @@ static const value_string mpa_errcode_names[] = {
{ 0x02, "MPA CRC Error" },
{ 0x03, "MPA Marker and ULPDU Length field mismatch" },
{ 0x04, "Invalid MPA Request Frame or MPA Response Frame" },
{ 0x05, "Local Catastrophic Error" },
{ 0x06, "Insufficient IRD Resources" },
{ 0x07, "No Matching RTR Option" },
{ 0, NULL }
};