mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Updated README regarding --with-latest-kernel.
This commit is contained in:
parent
3adaef434b
commit
4eaa201821
1 changed files with 4 additions and 3 deletions
|
@ -32,9 +32,10 @@ kernel headers in a standard location::
|
|||
# ./configure && make && make install
|
||||
|
||||
If the headers are installed somewhere non-standard, add
|
||||
``--with-kernel=<kernel-header-directory>`` to the ``configure``
|
||||
command. If everything built and installed correctly, you should see
|
||||
this::
|
||||
``--with-kernel=<kernel-header-directory>`` to the ``configure`` command. Furthermore,
|
||||
``--with-latest-kernel`` will use the latest headers available instead of looking for
|
||||
the headers matching the running kernel's version. If everything built and installed
|
||||
correctly, you should see this::
|
||||
|
||||
# bro -NN Bro::AF_Packet
|
||||
Bro::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 1.2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue