No description
Find a file
Jon Siwek 713e3ac5d0 Add "# @no-test" tag to blacklist statements from test coverage analysis.
It can apply to either single statements:

    print "don't cover"; # @no-test

or a block of statements:

    if ( F )
        { # @no-test
        ...
        }
2012-01-13 14:52:58 -06:00
aux Updating submodule(s). 2012-01-11 12:25:07 -08:00
cmake@ca4ed1a237 Updating submodule(s). 2012-01-09 16:11:02 -08:00
doc Merge remote-tracking branch 'origin/fastpath' 2012-01-11 13:52:38 -08:00
pkg Binary packaging script tweaks. 2011-11-14 15:13:20 -06:00
scripts Fixing typos 2012-01-10 19:09:30 -08:00
src Add "# @no-test" tag to blacklist statements from test coverage analysis. 2012-01-13 14:52:58 -06:00
testing Add "# @no-test" tag to blacklist statements from test coverage analysis. 2012-01-13 14:52:58 -06:00
.gitignore Ignore tmp dir. 2011-10-25 19:59:25 -07:00
.gitmodules Update to use cmake submodule 2011-09-20 10:15:09 -05:00
bro-path-dev.in Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
CHANGES Merge remote-tracking branch 'origin/fastpath' 2012-01-11 13:52:38 -08:00
CMakeLists.txt Promote libz and libmagic to required dependencies. 2011-11-11 12:39:00 -06:00
config.h.in Tweaks for OpenBSD support. 2012-01-06 11:39:38 -06:00
configure Add configure options for ruby/bindings integration. 2011-09-12 15:38:23 -05:00
COPYING A set of script-reference polishing. 2012-01-09 18:04:34 -08:00
INSTALL Fixing links. 2012-01-11 12:21:49 -08:00
Makefile corrected some minor typos 2012-01-11 13:02:12 -06:00
NEWS Merge remote-tracking branch 'origin/fastpath' 2012-01-11 13:52:38 -08:00
README corrected some minor typos 2012-01-11 13:02:12 -06:00
VERSION Updating CHANGES and VERSION. 2012-01-10 17:51:34 -08:00

============================
Bro Network Security Monitor
============================

Bro is a powerful framework for network analysis and security
monitoring. Please see the INSTALL file for installation instructions
and pointers for getting started. NEWS contains release notes for the
current version, and CHANGES has the complete history of changes.
Please see COPYING for licensing information.

For more documentation, research publications, and community contact
information, please see Bro's home page:

    http://www.bro-ids.org

On behalf of the Bro Development Team,

Vern Paxson & Robin Sommer,
International Computer Science Institute &
Lawrence Berkeley National Laboratory
vern@icir.org / robin@icir.org