|
PcapPlusPlus
25.05
|
#include <PcapFilter.h>
Public Member Functions | |
| void | parseToString (std::string &result) override |
| bool | verifyFilter () |
Public Member Functions inherited from pcpp::GeneralFilter | |
| bool | matchPacketWithFilter (RawPacket *rawPacket) |
| virtual | ~GeneralFilter ()=default |
| Virtual destructor, frees the bpf program. | |
This class can be loaded with a BPF filter string and then can be used to verify the string is valid.
|
overridevirtual |
A method that parses the class instance into BPF string format
| [out] | result | An empty string that the parsing will be written into. If the string isn't empty, its content will be overridden If the filter is not valid the result will be an empty string |
Implements pcpp::GeneralFilter.
| bool pcpp::BPFStringFilter::verifyFilter | ( | ) |
Verify the filter is valid