Update README with 0.8 download source and add get_hw() documentation.

This commit is contained in:
Matt Fox 2016-12-15 01:41:55 -08:00
parent 27cd73f7ca
commit 6218f3ba50
1 changed files with 6 additions and 3 deletions

View File

@ -81,9 +81,9 @@ From source
To install from source::
wget https://pypi.python.org/packages/7b/c3/204d47c1c47a7fd6ac1e4e341bdc6021f8142e6c7b6e488436592a6d2488/NetfilterQueue-0.7.tar.gz
tar -xvzf NetfilterQueue-0.7.tar.gz
cd NetfilterQueue-0.7
wget https://pypi.python.org/packages/94/5b/83d10952c1312fe056f8f2f524a4a59fdc9d56b84a67cae1ed779e2da50b/NetfilterQueue-0.8.tar.gz#md5=8e78db992ad3a73dd86fef05293fff65
tar -xvzf NetfilterQueue-0.8.tar.gz
cd NetfilterQueue-0.8
python setup.py install
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.
``Packet.get_mark()``
Get the mark already on the packet.
``Packet.get_hw()``
Return the hardware address as a Python string.
``Packet.accept()``
Accept the packet.