Robin Sommer
3e508d316a
Plugins: Change order in which plugins' scripts are loaded at startup.
...
We now load the top-level __init__.bro before the internal bif.bro so
that the former can define types used by the latter.
2014-10-23 14:22:26 -07:00
Robin Sommer
f4f5cfd321
Further baseline normalization for plugin test portability.
2014-10-08 08:16:31 -07:00
Robin Sommer
81933d25a8
Fix for test portability.
2014-10-07 20:18:31 -07:00
Robin Sommer
91c218d44a
Include plugin unit tests into the top-level btest configuration.
...
Turns out they weren't part of it yet. Comes with some baseline updates.
2014-10-07 15:33:18 -07:00
Robin Sommer
cce09b75de
Changing prefix for packet sources/dumper from ':' to '%'.
...
Addresses BIT-1249.
2014-09-25 17:54:36 -07:00
Robin Sommer
042afd2feb
Fixing remaining tests.
2014-09-04 20:55:44 -07:00
Robin Sommer
6e33c92cf0
Adding test for dynamic packet dumper plugin.
2014-09-04 20:30:28 -07:00
Robin Sommer
b813b6f83b
Test updates.
2014-09-04 16:08:14 -07:00
Robin Sommer
5e4f498083
Adding test creating a dynamic pktsrc plugin.
2014-08-28 00:53:15 -04:00
Robin Sommer
0ba4b768cd
Merge remote-tracking branch 'origin/master' into topic/robin/reader-writer-plugins
2014-07-31 14:45:38 -07:00
Robin Sommer
3d1442e86b
Test case for a dynamic input reader.
2014-07-31 12:07:34 -07:00
Robin Sommer
f45526f373
Test case for a dynamic log writer.
2014-07-31 11:40:25 -07:00
Robin Sommer
382b946098
Adding missing check that a plugin's API version matches what Bro defines.
2014-07-31 10:09:03 -07:00
Robin Sommer
e3adce83ee
Adding a plugin test that checks that "make install" works.
2014-07-22 20:25:31 -07:00
Robin Sommer
ca1b882761
Adapting plugin tests to use the new split Plugin.{h,cc} structure
...
that init-plugin now generates.
Also adding new test that makes sure the the skeleton created by
init-plugin compiles on its own withoyt any further changes.
2014-07-21 22:55:57 +02:00
Robin Sommer
38c69f9cd0
Allow to activate plugins from the command line by specifying their
...
fully-qualified name.
2014-07-21 16:58:10 +02:00
Robin Sommer
62d07a3fc4
Merge branch 'topic/robin/dynamic-plugins-2.3' of git.bro.org:bro into topic/robin/dynamic-plugins-2.3
2014-06-18 14:44:26 -07:00
Robin Sommer
1c71832db1
Updating plugin hook test.
2014-06-18 14:33:42 -07:00
Robin Sommer
c24bb9cacd
Adding a test building a file analyzer plugin.
...
Also cleaning up, and moving, the other plugin tests.
2014-06-18 14:33:42 -07:00