mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
af_packet: Added bro-pkg instructions to the README.
This commit is contained in:
parent
1a107bd838
commit
a89379c353
1 changed files with 18 additions and 2 deletions
|
@ -8,8 +8,24 @@ This plugin provides native AF_Packet support
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Make sure the kernel headers are installed and your kernel supports
|
Before installing the plugin, make sure the kernel headers are installed and your
|
||||||
PACKET_FANOUT [1]_ and TPACKET_V3. The following will then compile and
|
kernel supports PACKET_FANOUT [1]_ and TPACKET_V3.
|
||||||
|
|
||||||
|
Bro Package Manager
|
||||||
|
```````````````````
|
||||||
|
The plugin is available as package for the `Bro Package Manager
|
||||||
|
<https://github.com/bro/package-manager>`_ and can be installed using the
|
||||||
|
following command::
|
||||||
|
|
||||||
|
bro-pkg install bro-af_packet-plugin
|
||||||
|
|
||||||
|
To install uncompiled plugins, Bro's source code must be available to the package manager
|
||||||
|
(see package manager's `documentation <http://bro-package-manager.readthedocs.io/en/
|
||||||
|
stable/quickstart.html#basic-configuration>`_ for more information).
|
||||||
|
|
||||||
|
Manual Install
|
||||||
|
``````````````
|
||||||
|
The following will compile and
|
||||||
install the AF_Packet plugin alongside Bro, assuming it can find the
|
install the AF_Packet plugin alongside Bro, assuming it can find the
|
||||||
kernel headers in a standard location::
|
kernel headers in a standard location::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue