Reformat the world

This commit is contained in:
Tim Wojtulewicz 2021-09-16 15:35:39 -07:00
parent 194cb24547
commit b2f171ec69
714 changed files with 35149 additions and 35203 deletions

View file

@ -2,15 +2,14 @@
#include "zeek/analyzer/protocol/mysql/MySQL.h"
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
#include "zeek/Reporter.h"
#include "zeek/analyzer/protocol/mysql/events.bif.h"
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
namespace zeek::analyzer::mysql {
namespace zeek::analyzer::mysql
{
MySQL_Analyzer::MySQL_Analyzer(Connection* c)
: analyzer::tcp::TCP_ApplicationAnalyzer("MySQL", c)
MySQL_Analyzer::MySQL_Analyzer(Connection* c) : analyzer::tcp::TCP_ApplicationAnalyzer("MySQL", c)
{
interp = new binpac::MySQL::MySQL_Conn(this);
had_gap = false;
@ -66,4 +65,4 @@ void MySQL_Analyzer::Undelivered(uint64_t seq, int len, bool orig)
interp->NewGap(orig, len);
}
} // namespace zeek::analyzer::mysql
} // namespace zeek::analyzer::mysql