Fixes:
-
Fix overwritten packets: pynetwork#39 & pynetwork#43
-
Drop check for check for pcap_file(): pynetwork#85
-
Fix setup issues in python 3.7: pynetwork#77
Adds:
- Support new CLT SDK: pynetwork#79
Fixes:
-
Issue with setup.py on Windows 10: pynetwork#70
-
Issue with setup.py on macOS 10.13.4: pynetwork#68
Added:
- Support create / activate paradigm for pcap objects, and RFMON. See: pynetwork#67
Added:
- Python3 support
Fixes:
- Bug in iteration of packets (see: pynetwork#49)
Adds:
- Python3 support
-
fix for finding libpcap on macOS
-
drop workaround for missing
pcap_file()
-
make setup.py importable
- fix for immediate mode on linux (#12)
- fix for immediate mode on Mac OS X 10.10
- minor bugfixing
-
setdirection() support - from Eddi Linder
-
make it possible to install without pyrex
-
honor 'immediate' flag to disable buffering under Windows - by Kosma Moczek
-
sendpacket() support - by Kosma Moczek
-
API CHANGE: require 'cnt' as first parameter to pcap.loop()
- by Bartosz Skowron
-
lookupnet() support - from Joao Medeiros
-
findalldevs() support - by Bartosz Skowron
-
better support for installing on Fedora, Ubuntu and Mac OS X
-
better lookupdev() on win32, as requested by Zack Payton zack@tek-pros.com
-
add Linux SLL datalink type
-
better threading support from A. Nonymous
pypcap-1.0:
-
API CHANGE: require 'cnt' as first parameter to pcap.dispatch(), shadowing libpcap pcap_dispatch().
-
add pcap.{get,set}nonblock(), to work around broken BPF select() on certain platforms (MacOS X, older FreeBSD, etc.).