libtins
4.0
|
#include <ip_reassembler.h>
Public Member Functions | |
IPv4ReassemblerProxy (Functor func) | |
bool | operator() (PDU &pdu) |
Tries to reassemble the packet and forwards it to the functor. More... | |
Proxy functor class that reassembles PDUs.
|
inline |
Constructs the proxy from a functor object.
func | The functor object. |
|
inline |
Tries to reassemble the packet and forwards it to the functor.
pdu | The packet to process |