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:
Robin Sommer 2014-08-22 16:13:33 -07:00
parent bf6dd2e9ca
commit 93e6a4a9db
20 changed files with 16 additions and 999 deletions

View file

@ -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.