File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ From source
81
81
82
82
To install from source::
83
83
84
- wget https://pypi.python.org/packages/7b/c3/204d47c1c47a7fd6ac1e4e341bdc6021f8142e6c7b6e488436592a6d2488 /NetfilterQueue-0.7 .tar.gz
85
- tar -xvzf NetfilterQueue-0.7 .tar.gz
86
- cd NetfilterQueue-0.7
84
+ wget https://pypi.python.org/packages/94/5b/83d10952c1312fe056f8f2f524a4a59fdc9d56b84a67cae1ed779e2da50b /NetfilterQueue-0.8 .tar.gz#md5=8e78db992ad3a73dd86fef05293fff65
85
+ tar -xvzf NetfilterQueue-0.8 .tar.gz
86
+ cd NetfilterQueue-0.8
87
87
python setup.py install
88
88
89
89
If Cython is installed, Distutils will use it to regenerate the .c source from the .pyx. It will then compile the .c into a .so.
@@ -153,6 +153,9 @@ Objects of this type are passed to your callback.
153
153
``Packet.get_mark() ``
154
154
Get the mark already on the packet.
155
155
156
+ ``Packet.get_hw() ``
157
+ Return the hardware address as a Python string.
158
+
156
159
``Packet.accept() ``
157
160
Accept the packet.
158
161
You can’t perform that action at this time.
0 commit comments