zeek/scripts
Johanna Amann 35465aaf30 Add convenient way to access version information to Bro.
With the introduction of the package manager, it will get more common
that applications are able to get information about the currently
running version of Bro. With this commit, scripts can easily compare
which version of Bro they are running.

Commonly, this probably will either look like this (both lines check if
the current Bro version is greater or equal to 2.5)

@if ( Version::num >= 20500 )
or
@if ( Version::greater_equal("2.5") )

Version::info contains detailed information about the running version of
Bro, including beta flags, etc.
2016-09-29 12:45:48 -07:00
..
base Add convenient way to access version information to Bro. 2016-09-29 12:45:48 -07:00
broxygen Fix Broxygen coverage. 2015-03-13 14:53:11 -05:00
policy Merge remote-tracking branch 'origin/topic/johanna/bit-1691' 2016-09-27 11:39:43 -07:00
site update scripts loaded by default in local.bro. 2016-08-10 08:57:22 -07:00
CMakeLists.txt Don't install test-all-policy.bro script as it's for testing only. 2011-10-12 12:42:12 -05:00
test-all-policy.bro Merge remote-tracking branch 'origin/master' into topic/seth/smb 2016-08-08 15:46:49 -04:00