mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -141,7 +141,7 @@ public:
|
|||
virtual void AnalyzerConfirmation(session::Session* session, zeek::Tag tag = zeek::Tag());
|
||||
|
||||
/**
|
||||
* Signals Bro's protocol detection that the analyzer has found a
|
||||
* Signals Zeek's protocol detection that the analyzer has found a
|
||||
* severe protocol violation that could indicate that it's not
|
||||
* parsing the expected protocol. This turns into \c
|
||||
* analyzer_violation events at the script-layer (one such event is
|
||||
|
|
|
@ -566,7 +566,7 @@ void TCPSessionAdapter::Process(bool is_orig, const struct tcphdr* tp, int len,
|
|||
|
||||
if ( seq_underflow && ! flags.RST() )
|
||||
// Can't tell if if this is a retransmit/out-of-order or something
|
||||
// before the sequence Bro initialized the endpoint at or the TCP is
|
||||
// before the sequence Zeek initialized the endpoint at or the TCP is
|
||||
// just broken and sending garbage sequences. In either case, some
|
||||
// standard analysis doesn't apply (e.g. reassembly).
|
||||
Weird("TCP_seq_underflow_or_misorder");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue