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

To enable MQTT, one has to load policy/scripts/mqtt. Like with smb in 2.5, the consts are loaded by default.
6 lines
164 B
Text
6 lines
164 B
Text
# @TEST-EXEC: zeek -b -r $TRACES/mqtt.pcap %INPUT >output
|
|
# @TEST-EXEC: btest-diff mqtt_publish.log
|
|
|
|
redef MQTT::max_payload_size = 8;
|
|
|
|
@load policy/protocols/mqtt
|