mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18: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
|
@ -41,8 +41,4 @@ struct ltipid {
|
|||
typedef set<IP_ID, ltipid> IP_IDSet;
|
||||
uint16 NextIP_ID(const uint32 src_addr, const uint16 id);
|
||||
|
||||
extern PacketDumper* transformed_pkt_dump;
|
||||
extern PacketDumper* source_pkt_dump;
|
||||
extern int transformed_pkt_dump_MTU;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue