mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28: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
12
src/Conn.h
12
src/Conn.h
|
@ -23,7 +23,6 @@ class RuleHdrTest;
|
|||
class Specific_RE_Matcher;
|
||||
class TransportLayerAnalyzer;
|
||||
class RuleEndpointState;
|
||||
class Rewriter;
|
||||
|
||||
typedef enum {
|
||||
NUL_IN_LINE,
|
||||
|
@ -135,17 +134,6 @@ public:
|
|||
|
||||
TransportProto ConnTransport() const { return proto; }
|
||||
|
||||
// If we are rewriting the trace of the connection, then we do
|
||||
// not record original packets. We are rewriting if at least one,
|
||||
// then the analyzer is rewriting.
|
||||
int RewritingTrace();
|
||||
|
||||
// If we are rewriting trace, we need a handle to the rewriter.
|
||||
// Returns 0 if not rewriting. (Note that if multiple analyzers
|
||||
// want to rewrite, only one of them is returned. It's undefined
|
||||
// which one.)
|
||||
Rewriter* TraceRewriter() const;
|
||||
|
||||
// True if we should record subsequent packets (either headers or
|
||||
// in their entirety, depending on record_contents). We still
|
||||
// record subsequent SYN/FIN/RST, regardless of how this is set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue