Skip to content

Latest commit

 

History

History
113 lines (59 loc) · 2.3 KB

Changelog.md

File metadata and controls

113 lines (59 loc) · 2.3 KB

pypcap 1.3.0 [2022-09-05]

Fixes:

  • Support Python 3.9

Adds:

  • Support for pcap_set_buffer_size via buffer_size option

pypcap 1.2.3 [2019-07-19]

Fixes:

  • Fix overwritten packets: #39 & #43

  • Drop check for check for pcap_file(): #85

  • Fix setup issues in python 3.7: #77

Adds:

  • Support new CLT SDK: #79

pypcap 1.2.2 [2018-05-15]

Fixes:

  • Issue with setup.py on Windows 10: #70

  • Issue with setup.py on macOS 10.13.4: #68

pypcap 1.2.1 [2018-04-28]

Added:

  • Support create / activate paradigm for pcap objects, and RFMON. See: #67

pypcap 1.2.0 [2017-11-15]

Added:

  • Python3 support

Fixes:

  • Bug in iteration of packets (see: #49)

pypcap 1.2.0-rc.1 [2017-09-13]

Adds:

  • Python3 support

pypcap-1.1.6 [2017-05-02]

  • fix for finding libpcap on macOS

  • drop workaround for missing pcap_file()

  • make setup.py importable

pypcap-1.1.5 [2016-04-22]

  • fix for immediate mode on linux (#12)

pypcap-1.1.4 [2015-09-07]

  • fix for immediate mode on Mac OS X 10.10

pypcap-1.1.3 [2015-05-18]

  • minor bugfixing

pypcap-1.1.2 [2015-05-18]

  • setdirection() support - from Eddi Linder

  • make it possible to install without pyrex

pypcap-1.1.1 [2013-02-27]

  • 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

pypcap-1.1

  • 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.).

$Id$