pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Python 2 str type issue has been addressed. #53

Closed nuald closed 7 years ago

nuald commented 7 years ago

The PR contains the str type fix and the threading tests. Now Python 2 version returns the same string type as before, no unicode. I believe it addresses all the remaining issues before merging the branch into master.

hellais commented 7 years ago

Great stuff. This looks good to me. Merging.