mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This analyzer generates three logs to fully display what is happening over the MQTT connection. - mqtt_connect.log - mqtt_subscribe.log - mqtt_publish.log At this time it only supports MQTT 3.1 and 3.1.1
5 lines
60 B
Standard ML
5 lines
60 B
Standard ML
|
|
signature dpd_mqtt {
|
|
payload /^.{4,7}MQ/
|
|
enable "mqtt"
|
|
}
|