From 508b0c2d8379d74f87f654e3c2396c15a6f9e8d3 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Thu, 18 Jan 2024 17:10:07 +1100 Subject: [PATCH] dig utility name discovery work #534 --- pialert/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pialert/helper.py b/pialert/helper.py index 9608dee7c..3336688fa 100755 --- a/pialert/helper.py +++ b/pialert/helper.py @@ -382,7 +382,7 @@ def resolve_device_name_dig (pMAC, pIP): # Cleanup newName = cleanDeviceName(newName, True) - if newName == "" or len(newName) == 0 or newName == '-1' or newName == -1 or "communications error" in newName: + if newName == "" or len(newName) == 0 or newName == '-1' or newName == -1 or "communications error" in newName or 'malformed message packet' in newName : return nameNotFound # all checks passed