Finished c++ stuff (I hope)

This commit is contained in:
DomySh
2022-07-17 17:11:12 +02:00
parent 87c7d18a63
commit 02fe8f0064

View File

@@ -198,6 +198,7 @@ class NetfilterQueue {
_clear(); _clear();
throw std::invalid_argument( "queueid is already busy" ); throw std::invalid_argument( "queueid is already busy" );
} }
//END TESTING BIND //END TESTING BIND
nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_num); nlh = nfq_nlmsg_put(buf, NFQNL_MSG_CONFIG, queue_num);
nfq_nlmsg_cfg_put_params(nlh, NFQNL_COPY_PACKET, 0xffff); nfq_nlmsg_cfg_put_params(nlh, NFQNL_COPY_PACKET, 0xffff);