mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +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
10
src/Conn.cc
10
src/Conn.cc
|
@ -755,16 +755,6 @@ void Connection::FlipRoles()
|
|||
root_analyzer->FlipRoles();
|
||||
}
|
||||
|
||||
int Connection::RewritingTrace()
|
||||
{
|
||||
return root_analyzer ? root_analyzer->RewritingTrace() : 0;
|
||||
}
|
||||
|
||||
Rewriter* Connection::TraceRewriter() const
|
||||
{
|
||||
return root_analyzer ? root_analyzer->TraceRewriter() : 0;
|
||||
}
|
||||
|
||||
unsigned int Connection::MemoryAllocation() const
|
||||
{
|
||||
return padded_sizeof(*this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue