Fix Dell 80386 ROM BIOS PLUS revision detection

This commit is contained in:
RichardG867
2022-01-12 15:39:00 -03:00
parent 41bb85a21b
commit ebe7a1ad7e

View File

@@ -1960,7 +1960,7 @@ class PhoenixAnalyzer(Analyzer):
return True
def _signon_dell(self, line, match):
'''^(?:(D)ell System |(?:BIOS Version(?! =)|Phoenix ROM BIOS PLUS Version (?:[^\s]+)) )(.+)'''
'''^(?:(D)ell System |(?:BIOS Version(?! =)|(?:80[0-9]{2,3}|Phoenix) ROM BIOS PLUS Version (?:[^\s]+)) )(.+)'''
# Add model or BIOS version to the sign-on.
linebreak_index = self.signon.find('\n')