Removed hashie interval and deprecated functions of hcxpcapngtool.

This commit is contained in:
Jeroen Oudshoorn
2024-01-23 14:40:41 +01:00
parent 1c4e8fa750
commit 6824e541a4

View File

@ -86,7 +86,7 @@ class Hashie(plugins.Plugin):
if os.path.isfile(fullpathNoExt + '.16800'):
handshake_status.append('Already have {}.16800 (PMKID)'.format(name))
elif self._writePMKID(filename, access_point):
elif self._writePMKID(filename):
handshake_status.append('Created {}.16800 (PMKID) from pcap'.format(name))
if handshake_status: