mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Removed the useless PDU::flag member. Added a PDU concatenation operator.
This commit is contained in:
@@ -84,12 +84,12 @@ private:
|
||||
ttls[i] = i;
|
||||
}
|
||||
|
||||
sender.send(&ip);
|
||||
sender.send(ip);
|
||||
// Give him a little time
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
}
|
||||
running = false;
|
||||
sender.send(&ip);
|
||||
sender.send(ip);
|
||||
}
|
||||
|
||||
bool sniff_callback(PDU &pdu) {
|
||||
|
||||
Reference in New Issue
Block a user