mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,12 +1,13 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "zeek/analyzer/protocol/krb/KRB_TCP.h"
|
||||
|
||||
#include "zeek/analyzer/protocol/krb/events.bif.h"
|
||||
#include "zeek/analyzer/protocol/krb/types.bif.h"
|
||||
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
|
||||
|
||||
#include "zeek/analyzer/protocol/krb/types.bif.h"
|
||||
#include "zeek/analyzer/protocol/krb/events.bif.h"
|
||||
|
||||
namespace zeek::analyzer::krb_tcp {
|
||||
namespace zeek::analyzer::krb_tcp
|
||||
{
|
||||
|
||||
KRB_Analyzer::KRB_Analyzer(Connection* conn)
|
||||
: analyzer::tcp::TCP_ApplicationAnalyzer("KRB_TCP", conn)
|
||||
|
@ -65,4 +66,4 @@ void KRB_Analyzer::Undelivered(uint64_t seq, int len, bool orig)
|
|||
interp->NewGap(orig, len);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::krb_tcp
|
||||
} // namespace zeek::analyzer::krb_tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue