Skip to content

Commit 6218f3b

Browse files
committed
Update README with 0.8 download source and add get_hw() documentation.
1 parent 27cd73f commit 6218f3b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ From source
8181

8282
To install from source::
8383

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
8787
python setup.py install
8888

8989
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.
153153
``Packet.get_mark()``
154154
Get the mark already on the packet.
155155

156+
``Packet.get_hw()``
157+
Return the hardware address as a Python string.
158+
156159
``Packet.accept()``
157160
Accept the packet.
158161

0 commit comments

Comments
 (0)