mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Store packet's ip header as unique_ptr
This commit is contained in:
parent
2000f89b12
commit
ecd970ffde
13 changed files with 86 additions and 92 deletions
|
@ -96,7 +96,7 @@ public:
|
|||
* method is called by the packet analysis manager when after it has processed
|
||||
* an IP-based packet, and shouldn't be called directly from other places.
|
||||
*/
|
||||
void DoNextPacket(double t, const Packet *pkt, const IP_Hdr* ip_hdr);
|
||||
void DoNextPacket(double t, const Packet *pkt);
|
||||
|
||||
/**
|
||||
* Returns a wrapper IP_Hdr object if \a pkt appears to be a valid IPv4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue