mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Move packet dumping to packet_mgr
This commit is contained in:
parent
8ece1cf484
commit
afdc08085f
4 changed files with 29 additions and 27 deletions
|
@ -128,11 +128,6 @@ public:
|
|||
unsigned int MemoryAllocation();
|
||||
analyzer::tcp::TCPStateStats tcp_stats; // keeps statistics on TCP states
|
||||
|
||||
// Record the given packet (if a dumper is active). If len=0
|
||||
// then the whole packet is recorded, otherwise just the first
|
||||
// len bytes.
|
||||
void DumpPacket(const Packet *pkt, int len=0);
|
||||
|
||||
protected:
|
||||
friend class ConnCompressor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue