From a89379c3532885ee6225f18f2e2bd2843d332371 Mon Sep 17 00:00:00 2001 From: Jan Grashoefer Date: Thu, 25 May 2017 23:00:01 +0200 Subject: [PATCH] af_packet: Added bro-pkg instructions to the README. --- src/iosource/af_packet/README | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/iosource/af_packet/README b/src/iosource/af_packet/README index 3bec86e962..b23e4c4b0a 100644 --- a/src/iosource/af_packet/README +++ b/src/iosource/af_packet/README @@ -8,8 +8,24 @@ This plugin provides native AF_Packet support Installation ------------ -Make sure the kernel headers are installed and your kernel supports -PACKET_FANOUT [1]_ and TPACKET_V3. The following will then compile and +Before installing the plugin, make sure the kernel headers are installed and your +kernel supports PACKET_FANOUT [1]_ and TPACKET_V3. + +Bro Package Manager +``````````````````` +The plugin is available as package for the `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 `_ for more information). + +Manual Install +`````````````` +The following will compile and install the AF_Packet plugin alongside Bro, assuming it can find the kernel headers in a standard location::