This commit is contained in:
Gregory Soutade
2023-04-28 16:17:47 +02:00
parent b1b92412e0
commit 7507b8e77f
7 changed files with 48 additions and 51 deletions

View File

@@ -55,7 +55,7 @@ Statistics deletion :
class IWLAPostAnalysisIPType(IPlugin):
def load(self):
self.v4_re = re.compile('[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+')
self.v4_re = re.compile('([0-9]{1,3}\.){3}[0-9]{1,3}$')
return True
def hook(self):