mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Moving the remaining code from Layer2.* into Packet.* and documenting
the Packet API. Plus, some more cleanup, including removing a legacy option time_machine_profiling.
This commit is contained in:
parent
f69edd1437
commit
f97b2b180c
11 changed files with 350 additions and 326 deletions
|
@ -66,11 +66,8 @@ public:
|
|||
NetSessions();
|
||||
~NetSessions();
|
||||
|
||||
// Main entry point for packet processing. Dispatches the packet
|
||||
// either through NextPacket(), optionally employing the packet
|
||||
// sorter first.
|
||||
void DispatchPacket(double t, const Packet* pkt,
|
||||
iosource::PktSrc* src_ps);
|
||||
// Main entry point for packet processing.
|
||||
void NextPacket(double t, const Packet* pkt);
|
||||
|
||||
void Done(); // call to drain events before destructing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue