Fix tshark ssid discovery

This commit is contained in:
derv82
2017-05-14 10:54:24 -04:00
parent 62503b0d0c
commit c836cb9e6b
8 changed files with 24 additions and 18 deletions

View File

@@ -201,11 +201,11 @@ class Airodump(object):
if target.essid_len == 0:
# Ignore empty/blank ESSIDs
continue
pass
if target.channel == "-1":
# Ignore -1 channel
continue
pass
targets.append(target)
return targets