mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Make Sessions::NextPacket call packet_mgr, fix fuzzer code to do the same
This commit is contained in:
parent
1cf251d1ca
commit
8ece1cf484
3 changed files with 5 additions and 83 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
// Main entry point for packet processing.
|
||||
[[deprecated("Remove in v4.1. Do not call this method directly. Packet processing should start with a call to packet_mgr->ProcessPacket().")]]
|
||||
void NextPacket(double t, const Packet* pkt);
|
||||
void NextPacket(double t, Packet* pkt);
|
||||
|
||||
void Done(); // call to drain events before destructing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue