-------------------- - Add support for Python 3.12 and 3.13 - Drop support for Python 3.7 - Add support for PyPy 3.9 and 3.10 - Drop support for PyPy 3.7 and 3.8 - Setup (dependencies) update.
1.3.0b1
-------------------- - | Support for libpcap.set_buffer_size() via 'buffer_size' | (optional) pcap constructor's parameter. - | Added 'datalink' optional parameter to pcap constructor | (thank you very much easy-easyGithub for the patch!). - Tox configuration has been moved to pyproject.toml
1.2.3b14
--------------------- - Update for libpcap>=1.11.0b6 - Add support for Python 3.10 and 3.11 - Add preliminary support for PyPy 3.7, 3.8 and 3.9 - Setup update (currently based mainly on pyproject.toml).
1.2.3b12
--------------------- - | Fixed a bug in pcap.sendpacket() | (thank you very much EvanSonnemansGithub | for report and bugfix!).
1.2.3b11
--------------------- - Update for libpcap>=1.11.0b3 - Drop support for Python 3.6. - Copyright year update. - Setup update.
1.2.3b9
-------------------- - Update for libpcap>=1.11.0b2 - Copyright year update. - Fixes for Linux. - Setup update.