All notable changes to the "python-libpcap" will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
Unreleased - 2021-01-28
0.4.0 - 2021-01-28
- Support for the
stats
function in libpcap (#9) - Support for the
timeout
function in libpcap (#8)
- Fix the memory overflow bug of
get_iface_list
- Update error type of
LibpcapError
- Update show of capture
0.3.0 - 2020-12-12
- Add packet simple parse
- Replace command line commands * libpcap-merge * libpcap-capture
- Add commands * libpcap-write * libpcap-read
0.2.5 - 2020-10-12
- Fix Sniff class don't create the pcap file (#7)
0.2.4 - 2020-07-16
- Fix send_packet function not free memory bug(#6).
0.2.2 - 2020-04-04
- Large delay with sniff() function after updating to Ubuntu 19.10 (#2)