#include <Firewall.h>

Public Member Functions | |
| virtual bool | check_packet (BasePacket *p)=0 |
| decide, if a packet is accepted | |
| virtual bool awds::Firewall::check_packet | ( | BasePacket * | p | ) | [pure virtual] |
decide, if a packet is accepted
| p | the packet to check. |
Implemented in awds::SrcFilter.
1.5.8