Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage to work with utf-8 ssid #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LaurentLacheny
Copy link

This changes corrects this exception:
Traceback (most recent call last):
File "probemon.py", line 94, in
main()
File "probemon.py", line 91, in main
sniff(iface=args.interface, prn=built_packet_cb, store=0)
File "/home/llacheny/.local/lib/python2.7/site-packages/scapy/sendrecv.py", line 620, in sniff
r = prn(p)
File "probemon.py", line 57, in packet_callback
logger.info(delimiter.join(fields))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb6 in position 28: ordinal not in range(128)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant