mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Merging in 'topic/robin/cleanup-rewriter'.
Removing everything related to trace rewriting. (I wasn't too careful in ensuring that I catch everything in the scripts; Seth is working on those anyway.) (Merging by cherry-picking the corresponding commit, as the branch was accidentally made off of the logging stuff).
This commit is contained in:
parent
ec1b2b4d2a
commit
a3a075174b
70 changed files with 20 additions and 5922 deletions
|
@ -9,7 +9,6 @@
|
|||
#include "NetVar.h"
|
||||
#include "Finger.h"
|
||||
#include "Event.h"
|
||||
#include "TCP_Rewriter.h"
|
||||
#include "ContentLine.h"
|
||||
|
||||
Finger_Analyzer::Finger_Analyzer(Connection* conn)
|
||||
|
@ -42,7 +41,7 @@ void Finger_Analyzer::DeliverStream(int length, const u_char* data, bool is_orig
|
|||
|
||||
if ( is_orig )
|
||||
{
|
||||
|
||||
|
||||
if ( ! finger_request )
|
||||
return;
|
||||
|
||||
|
@ -87,5 +86,3 @@ void Finger_Analyzer::DeliverStream(int length, const u_char* data, bool is_orig
|
|||
ConnectionEvent(finger_reply, vl);
|
||||
}
|
||||
}
|
||||
|
||||
#include "finger-rw.bif.func_def"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue