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.
...
* origin/topic/robin/modbus-events-merge:
adding another trace file to test read and write coil function codes
add/update test file and baseline result
add implementation of bytestring_to_coils for modbusy analyzer
adding a missing field in record ModbusHeaders
add event handlers for modbus
* origin/topic/hui/modbus-events:
adding another trace file to test read and write coil function codes
add/update test file and baseline result
add implementation of bytestring_to_coils for modbusy analyzer
adding a missing field in record ModbusHeaders
add event handlers for modbus
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.
with a MIME type.
Whenever that MIME is detected, Bro will now automatically activate
the analyzer. The interface mimics how well-known ports are defined
for protocol analyzers.
This isn't actually used by any existing file analyzer (because we
don't have any yet that target a specific file format), but there's a
test making sure it works.