mqtt: Move from policy/ into base/

Register dpd signatures and the analyzer when running in default mode.

Closes #2583
This commit is contained in:
Arne Welzel 2022-11-29 12:41:52 +01:00
parent 0e97c29eb8
commit eb3bea4e4a
13 changed files with 362 additions and 284 deletions

View file

@ -1 +1 @@
Definitions of constants used by the MQTT protocol
Support for MQTT protocol analysis.

View file

@ -1 +1,4 @@
@load ./consts
@load ./main
@load-sigs ./dpd.sig

View file

@ -1 +0,0 @@
Support for MQTT protocol analysis.

View file

@ -1,2 +1,4 @@
@load ./main
@load-sigs ./dpd.sig
@deprecated "Remove in v6.1. The MQTT scripts have been moved out of policy/ into base and are loaded by default"
# For those running bare-mode and loading protocols/mqtt from policy.
@load base/protocols/mqtt

View file

@ -110,8 +110,7 @@
@load protocols/krb/ticket-logging.zeek
@load protocols/modbus/known-masters-slaves.zeek
@load protocols/modbus/track-memmap.zeek
@load protocols/mqtt/__load__.zeek
@load protocols/mqtt/main.zeek
#@load protocols/mqtt/__load__.zeek
@load protocols/mysql/software.zeek
@load protocols/rdp/indicate_ssl.zeek
@load protocols/smb/log-cmds.zeek

View file

@ -1,6 +1,7 @@
@load test-all-policy.zeek
# Scripts which are commented out in test-all-policy.zeek.
@load protocols/mqtt/__load__.zeek
@load protocols/ssl/decryption.zeek
@load frameworks/control/controllee.zeek
@load frameworks/control/controller.zeek