eroullit / net-toolbox

Playground for experimental code for the netsniff-ng project
www.netsniff-ng.org
GNU General Public License v2.0
2 stars 1 forks source link

Make the packet processing thread more generic #12

Closed eroullit closed 13 years ago

eroullit commented 13 years ago

The packet processing thread already call dissectors and pcap handler. This is already too much. It should be slightly redesigned to call a list of function which would take care of processing packets.

eroullit commented 13 years ago

Done for rx ring and rx compat mode.