That works. Just renaming "param" to "ID", as locals are affected as
well.
BIT-1233 #merged
* origin/topic/jsiwek/outer_param_binding:
Detect functions that try to bind variables from an outer scope.
* origin/topic/robin/reader-writer-plugins:
Adding plugin testing to Makefile's test-all.
Fixing tests.
Removing DataSeries and ElasticSearch from configure script.
Updating submodule.
Move DataSeries and ElasticSearch into plugins.
More polishing of some of the branche's changes.
More polishing.
Test case for a dynamic input reader.
Test case for a dynamic log writer.
Final fixes, preparing for merge.
Converting log writers and input readers to plugins.
BIT-1222 #merged
BIT-1223 #merged
* origin/topic/johanna/dhcp-log:
small change to documentation. In server->client messages the host name may differ from the one requested by the client.
Split dhcp log writing from record creation.
* origin/topic/dnthayer/ticket1215:
Update PATH so that documentation btests can find bro-cut
Remove gawk from list of optional packages in documentation
* origin/topic/robin/dynamic-plugins-2.3: (51 commits)
Moving Broccoli to master.
Moving binpac module to master.
Re-adding missing baseline.
Adding a plugin test that checks that "make install" works.
The HOOK_CALL_FUNCTION plugin hook is now also triggered for builtin functions.
Adding note to plugin docs on how init-plugin treats existing files.
Adapting plugin tests to use the new split Plugin.{h,cc} structure that init-plugin now generates.
Updating submodule.
Allow to activate plugins from the command line by specifying their fully-qualified name.
Adding Files::register_for_mime_type() to associate a file analyzer with a MIME type.
Updating cmake module.
Moving component's CanonicalName() method into base class.
Further polishing and cleanup in preparation for merge.
Updating submodule.
Plugin fixes for FreeBSD.
Doc tweak.
Adding missing method implementation.
Updating plugin hook test.
Adding a test building a file analyzer plugin.
Enabling to specific a set of plugins with the -N option.
...