You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An exception is raised when an ESSID contains invalid UTF-8 characters:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/local/bin/sniff-probe-req", line 239, in run
probe_request = self.parse(packet)
File "/usr/local/bin/sniff-probe-req", line 273, in parse
essid = packet.getlayer(Dot11ProbeReq).info.decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfd in position 1: invalid start byte
The text was updated successfully, but these errors were encountered:
An exception is raised when an ESSID contains invalid UTF-8 characters:
The text was updated successfully, but these errors were encountered: