mpurzynski / bro-plugins

Plugins for Bro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. You can browse the repository here. If you would like to see your plugin included in the repository, please write to info@bro.org.

About

Plugins for Bro


Languages

Language:C++ 69.2%Language:Bro 22.5%Language:CMake 3.4%Language:Shell 2.3%Language:Makefile 2.1%Language:C 0.6%