WIP
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user