Removed hashie interval and deprecated functions of hcxpcapngtool.

This commit is contained in:
Jeroen Oudshoorn
2024-01-23 14:36:46 +01:00
parent a50ec4a65c
commit 1c4e8fa750

View File

@ -124,7 +124,7 @@ class Hashie(plugins.Plugin):
else:
failed_jobs.append('22000: ' + pcapFileName)
if not os.path.isfile(fullpathNoExt + '.16800'): # if no 16800, try
if self._writePMKID(handshake, ""):
if self._writePMKID(handshake):
successful_jobs.append('16800: ' + pcapFileName)
else:
failed_jobs.append('16800: ' + pcapFileName)