PROFINET: Ensure multiple submodules are parsed

GSML parsing has a bug related to multiple submodules,
such that, the first submodule found in the GSDML needs
to be the PROFIsafe element, otherwise the description
is not parsed.
This commit is contained in:
Martin Tschoepe 2021-06-30 08:41:49 +02:00 committed by Wireshark GitLab Utility
parent 0eedab549e
commit d3ec582c26
1 changed files with 1 additions and 1 deletions

View File

@ -9378,8 +9378,8 @@ dissect_ExpectedSubmoduleBlockReq_block(tvbuff_t *tvb, int offset,
}
}
}
break; /* Found the PROFIsafe Module */
}
break; /* Found the PROFIsafe Module */
}
}
}