Ignore -1 channels, bug/crash fix, support newer tshark
This commit is contained in:
@@ -120,7 +120,8 @@ class Handshake(object):
|
||||
'tshark',
|
||||
'-r', self.capfile,
|
||||
'-R', 'eapol',
|
||||
'-n'
|
||||
'-n',
|
||||
'-2' # 2-pass filtering, required when using -R in newer versions of tshark
|
||||
]
|
||||
|
||||
def tshark_handshakes(self):
|
||||
|
||||
Reference in New Issue
Block a user