mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Bug fixes and test baseline updates
- ConnAckMsg return_code wasn't passed as a count on accident. - Some renaming items were missing due to the age of this code.
This commit is contained in:
parent
0ed274b081
commit
7bf856768a
10 changed files with 615 additions and 526 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "MQTT.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Bro_MQTT {
|
||||
namespace Zeek_MQTT {
|
||||
|
||||
class Plugin : public plugin::Plugin {
|
||||
public:
|
||||
|
@ -15,7 +15,7 @@ public:
|
|||
::analyzer::MQTT::MQTT_Analyzer::InstantiateAnalyzer));
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Bro::MQTT";
|
||||
config.name = "Zeek::MQTT";
|
||||
config.description = "Message Queuing Telemetry Transport v3.1.1 Protocol analyzer";
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue