No description
Find a file
Daniel Thayer 4a6a9fe9f2 Fix sorting of lines in Brofiler coverage.log
Lines with a range were being output with text "lines", and so were
being listed after all other lines belonging to the same Bro script
(e.g., "lines 123-125" was listed after "line 492").  Fixed by using
the text "line" instead of "lines".

Line numbers with fewer digits were being listed after line numbers
with more digits (e.g., "line 85" was listed after "line 237").
Fixed by sorting on a reformatted string (this string does not appear
in the output) where line numbers are right justified (padded on left
with spaces) so that sorting produces the expected results.
2012-01-30 17:35:19 -06:00
aux Updating submodule(s). 2012-01-25 18:03:40 -08:00
cmake@2cc1055770 Merge remote-tracking branch 'origin/topic/jsiwek/complex-record-indices' 2012-01-25 13:38:36 -08:00
doc fixed some broken links 2012-01-11 16:57:09 -06:00
pkg Binary packaging script tweaks. 2011-11-14 15:13:20 -06:00
scripts Bugfix caught by test-suite. 2012-01-25 17:45:26 -08:00
src Merge remote-tracking branch 'origin/topic/jsiwek/brofiler' 2012-01-25 17:12:37 -08:00
testing Fix sorting of lines in Brofiler coverage.log 2012-01-30 17:35:19 -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/topic/jsiwek/brofiler' 2012-01-27 10:43:43 -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 Merge remote-tracking branch 'origin/topic/jsiwek/brofiler' 2012-01-27 10:43:43 -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