mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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
|
@ -6,9 +6,6 @@
|
|||
#define udp_h
|
||||
|
||||
#include "Analyzer.h"
|
||||
#include "Rewriter.h"
|
||||
|
||||
class UDP_Rewriter;
|
||||
|
||||
typedef enum {
|
||||
UDP_INACTIVE, // no packet seen
|
||||
|
@ -27,10 +24,6 @@ public:
|
|||
|
||||
static bool Available() { return true; }
|
||||
|
||||
// -- XXX -- only want to return yes if the protocol flag is
|
||||
// on similar to TCP. (e.g. FTP_Connection etc.) /mc
|
||||
int RewritingTrace() const { return 0; }
|
||||
|
||||
protected:
|
||||
virtual void Done();
|
||||
virtual void DeliverPacket(int len, const u_char* data, bool orig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue