Skip to content

Comments

Manage to work with utf-8 ssid#6

Open
LaurentLacheny wants to merge 1 commit intonikharris0:masterfrom
LaurentLacheny:master
Open

Manage to work with utf-8 ssid#6
LaurentLacheny wants to merge 1 commit intonikharris0:masterfrom
LaurentLacheny:master

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