mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Removing netmap, remaining pieces of the 2ndary path, and left-over
files of packet sorter. Netmap will move to a plugin.
This commit is contained in:
parent
bf6dd2e9ca
commit
93e6a4a9db
20 changed files with 16 additions and 999 deletions
|
@ -69,8 +69,8 @@ public:
|
|||
~NetSessions();
|
||||
|
||||
// Main entry point for packet processing. Dispatches the packet
|
||||
// either through NextPacket() or NextPacketSecondary(), optionally
|
||||
// employing the packet sorter first.
|
||||
// either through NextPacket(), optionally employing the packet
|
||||
// sorter first.
|
||||
void DispatchPacket(double t, const struct pcap_pkthdr* hdr,
|
||||
const u_char* const pkt, int hdr_size,
|
||||
iosource::PktSrc* src_ps);
|
||||
|
@ -221,10 +221,6 @@ protected:
|
|||
void NextPacket(double t, const struct pcap_pkthdr* hdr,
|
||||
const u_char* const pkt, int hdr_size);
|
||||
|
||||
void NextPacketSecondary(double t, const struct pcap_pkthdr* hdr,
|
||||
const u_char* const pkt, int hdr_size,
|
||||
const iosource::PktSrc* src_ps);
|
||||
|
||||
// Record the given packet (if a dumper is active). If len=0
|
||||
// then the whole packet is recorded, otherwise just the first
|
||||
// len bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue