mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Merge remote-tracking branch 'origin/topic/seth/mqtt'
* 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
This commit is contained in:
commit
ee28e9e9f3
46 changed files with 1893 additions and 504 deletions
6
testing/btest/scripts/base/protocols/mqtt/mqtt.test
Normal file
6
testing/btest/scripts/base/protocols/mqtt/mqtt.test
Normal file
|
@ -0,0 +1,6 @@
|
|||
# @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
|
Loading…
Add table
Add a link
Reference in a new issue