Moving some of the BPF filtering code into base class.

This will allow packet sources that don't support BPF natively to
emulate the filtering via libpcap.
This commit is contained in:
Robin Sommer 2014-08-22 17:27:20 -07:00
parent 0186061aa8
commit ce9f16490c
8 changed files with 110 additions and 85 deletions

View file

@ -7,6 +7,7 @@ include_directories(BEFORE
)
set(iosource_SRCS
BPF_Program.cc
Component.cc
Manager.cc
PktDumper.cc