correction Equipement Stormshield

This commit is contained in:
Chevallier
2026-01-19 14:17:53 +01:00
parent bb4de4e855
commit fea80315ef

View File

@@ -397,7 +397,7 @@ class StormshieldParser(ParserMixin):
with open(path, "r", encoding="utf-8", errors="ignore") as f: with open(path, "r", encoding="utf-8", errors="ignore") as f:
for line in f: for line in f:
line = line.strip() line = line.strip()
if line.startswith("Name="): if line.startswith("Address="):
fw_name = line.split("=", 1)[1].strip() fw_name = line.split("=", 1)[1].strip()
break break
return fw_name return fw_name