zeek/scripts/base
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
..
files Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
frameworks Merge remote-tracking branch 'origin/topic/jazoff/bit-1649' 2016-08-16 12:11:09 -07:00
misc Add convenient way to access version information to Bro. 2016-09-29 12:45:48 -07:00
protocols KRB: fix field value missing error for msg$client_name. 2016-08-15 16:05:10 -07:00
utils Merge remote-tracking branch 'origin/topic/johanna/rawleak' 2016-06-18 09:49:17 -07:00
init-bare.bro Merge branch 'patch-6' of https://github.com/moshekaplan/bro 2016-09-19 15:23:12 -07:00
init-default.bro Add convenient way to access version information to Bro. 2016-09-29 12:45:48 -07:00