mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Store the ip header in the packet after processing, reuse other places
This commit is contained in:
parent
7d2c35174f
commit
665d0d9814
5 changed files with 51 additions and 58 deletions
|
@ -71,7 +71,6 @@ FragReassembler::~FragReassembler()
|
|||
{
|
||||
DeleteTimer();
|
||||
delete [] proto_hdr;
|
||||
delete reassembled_pkt;
|
||||
}
|
||||
|
||||
void FragReassembler::AddFragment(double t, const IP_Hdr* ip, const u_char* pkt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue