mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

To enable MQTT, one has to load policy/scripts/mqtt. Like with smb in 2.5, the consts are loaded by default.
5 lines
60 B
Standard ML
5 lines
60 B
Standard ML
|
|
signature dpd_mqtt {
|
|
payload /^.{4,7}MQ/
|
|
enable "mqtt"
|
|
}
|