PcapPlusPlus
|
#include <PcapFilter.h>
Public Member Functions | |
void | setOperator (FilterOperator op) |
Public Member Functions inherited from pcpp::GeneralFilter | |
virtual void | parseToString (std::string &result)=0 |
virtual | ~GeneralFilter () |
An abstract class that is the base class for all filters which contain an operator (e.g X equals Y; A is greater than B; Z1 not equals Z2, etc.). This class cannot be instantiated
For deeper understanding of the filter concept please refer to PcapFilter.h
|
inline |
Set the operator for the filter
[in] | op | The operator to set |