Merge in SNORT/snort3 from ~VHORBAN/snort3:doc_update_default_binder_info to master
Squashed commit of the following:
commit
19a85009ceda81bf170a6b7728089f9f4f274f25
Author: Volodymyr Horban <vhorban@cisco.com>
Date: Tue Apr 19 18:07:03 2022 +0300
doc: add clarification on default bindings in developer notes and user notes
criteria and binder.use can specify an action, config file, or inspector
configuration.
+If binder is not explicitly configured (via file *.lua or option --lua),
+a default binder will be instantiated in which bindings will be created for all
+service inspectors configured. Some bindings may require a configured wizard to
+detect the service type.
\ No newline at end of file
If the binder is not explicitly configured but the wizard is configured,
then the inspector manager will create a default binder with bindings for
-each configured service inspector.
+each configured service inspector (excluding wizard itself).
BinderModule creates a vector of Bindings from the Lua binder table which
is moved to the Binder upon its construction. Upon start of flow, the