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

* origin/topic/seth/mqtt: Bug fixes and test baseline updates Fix an issue with bro_init -> zeek_init MQTT Analyzer heavily updated and ported from the analyzer originally by Supriya Kumar Adjustments during merge: * Minor whitespace cleanups * Some bro to zeek renaming * Fixed the parsing of unsubscribe messages to generate an event for each topic
6 lines
213 B
Text
6 lines
213 B
Text
# @TEST-EXEC: zeek -b -r $TRACES/mqtt.pcap %INPUT >output
|
|
# @TEST-EXEC: btest-diff mqtt_connect.log
|
|
# @TEST-EXEC: btest-diff mqtt_subscribe.log
|
|
# @TEST-EXEC: btest-diff mqtt_publish.log
|
|
|
|
@load base/protocols/mqtt
|