mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Added TCPStreamFollower class. It seems to be working right.
This commit is contained in:
@@ -407,8 +407,8 @@ namespace Tins {
|
||||
/**
|
||||
* \sa PDU::clone_pdu
|
||||
*/
|
||||
PDU *clone_pdu() const {
|
||||
return do_clone_pdu<TCP>();
|
||||
TCP *clone_pdu() const {
|
||||
return new TCP(*this);
|
||||
}
|
||||
private:
|
||||
struct tcphdr {
|
||||
|
||||
Reference in New Issue
Block a user