2023-03-01 08:56:40 +01:00
v1.1.0, 1 Mar 2023
2023-03-01 08:42:20 +01:00
Add Packet accessors for {indev, outdev, physindev, physoutdev} interface indices
2022-01-14 21:24:18 +01:00
v1.0.0, 14 Jan 2022
2022-01-13 11:14:43 +01:00
Propagate exceptions raised by the user's packet callback
2022-01-14 08:57:08 +01:00
Avoid calls to the packet callback during queue unbinding
2022-01-13 11:14:43 +01:00
Raise an error if a packet verdict is set after its parent queue is closed
set_payload() now affects the result of later get_payload()
Handle signals received when run() is blocked in recv()
2022-01-14 03:06:48 +01:00
Accept packets in COPY_META mode, only failing on an attempt to access the payload
Add a parameter NetfilterQueue(sockfd=N) that uses an already-opened Netlink socket
2022-01-14 08:57:08 +01:00
Add type hints
Remove the Packet.payload attribute; it was never safe (treated as a char* but not NUL-terminated) nor documented, but was exposed in the API (perhaps inadvertently).
2022-01-13 11:14:43 +01:00
2022-01-14 21:24:18 +01:00
v0.9.0, 12 Jan 2022
2022-01-12 05:28:21 +01:00
Improve usability when Packet objects are retained past the callback
Add Packet.retain() to save the packet contents in such cases
Eliminate warnings during build on py3
Add CI and basic test suite
2022-01-12 06:01:53 +01:00
Raise a warning, not an error, if we don't get the bufsize we want
2022-01-13 04:15:53 +01:00
Don't allow bind() more than once on the same NetfilterQueue, since that would leak the old queue handle
** This will be the last version with support for Python 2.7. **
2022-01-12 05:28:21 +01:00
v0.8.1, 30 Jan 2017
2017-01-31 08:44:23 +01:00
Fix bug #25- crashing when used in OUTPUT or POSTROUTING chains
2016-12-15 10:34:19 +01:00
v0.8, 15 Dec 2016
Add get_hw()
Fix byte order bug in set_mark
2016-06-28 09:03:15 +02:00
v0.7, 28 June 2016
Add Python 3 compatibility.
Add sock_len argument to bind()
Add block argument to run()
Add run_socket()
Fix COPY* constants
Don't crash on double unlink()
2013-04-15 05:30:35 +02:00
v0.6, 15 Apr 2013
Add get_mark.
2013-04-03 13:55:51 +02:00
v0.5, 3 Apr 2013
Add repeat.
2012-12-24 04:24:23 +01:00
v0.4, 24 Dec 2012
Add set_payload.
2011-05-13 18:25:19 +02:00
v0.2, 13 May 2011
Rename NetfilterQueue to QueueHandler.
Add API section to README.rst.
v0.1, 12 May 2011
Initial release.