You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
v1.0.0, unreleased
2
2
Propagate exceptions raised by the user's packet callback
3
-
Warn about exceptions raised by the packet callback during queue unbinding
3
+
Avoid calls to the packet callback during queue unbinding
4
4
Raise an error if a packet verdict is set after its parent queue is closed
5
5
set_payload() now affects the result of later get_payload()
6
6
Handle signals received when run() is blocked in recv()
7
7
Accept packets in COPY_META mode, only failing on an attempt to access the payload
8
8
Add a parameter NetfilterQueue(sockfd=N) that uses an already-opened Netlink socket
9
+
Add type hints
10
+
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).
9
11
10
12
v0.9.0, 12 Jan 2021
11
13
Improve usability when Packet objects are retained past the callback
0 commit comments