This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
forked from zeek/bro-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (29 loc) · 1.88 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Due to changes in the priorities, this project is currently not being supported. The project is archived as of 11/17/21 and will be available in a read-only state. Please note, since archival, the project is not maintained or reviewed.
===============================
A Collection of Plugins for Bro
===============================
This repository contains a set of Bro plugins provided by the Bro
Project, as well as plugins contributed by the Bro community.
These plugins are not part of a standard Bro installation, but can be
built and installed separately (and individually). Please note that
some might be experimental, and they generally also see less testing
due to often depending on non-standard dependencies. Use at your own
risk.
.. toctree::
:maxdepth: 1
af_packet - A packet source providing native AF_Packet support on Linux. <af_packet/README>
elasticsearch - A log writer adding support for the Apache Lucene-based ElasticSearch database <elasticsearch/README>
myricom - A packet source providing native `Myricom SNF v3` support <myricom/README>
netmap - A packet source providing native netmap support <netmap/README>
pf_ring - A packet source providing native PF_RING support <pf_ring/README>
redis - A log writer adding support for a Redis backend <redis/README>
tcprs - A TCP retransmission and network reordering analyzer <tcprs/README>
Please refer to the documentation for each plugin for information on
installation and usage; refer to their COPYING files for licensing
information. For more information and feedback, please see the
MAINTAINER file for contact information.
The Bro plugins git repository is located at `git://git.bro.org/bro-plugins.git
<git://git.bro.org/bro-plugins.git>`__. You can browse the repository
`here <http://git.bro.org/bro-plugins.git>`__.
If you would like to see your plugin included in the repository,
please write to info@bro.org.