mirror of
https://github.com/mfontanini/libtins
synced 2026-01-24 19:21:35 +01:00
Removed the PDU* parameter in several PDU's constructors.
This commit is contained in:
@@ -59,8 +59,7 @@ namespace Tins {
|
||||
|
||||
const uint8_t IP::DEFAULT_TTL = 128;
|
||||
|
||||
IP::IP(address_type ip_dst, address_type ip_src, PDU *child)
|
||||
: PDU(child)
|
||||
IP::IP(address_type ip_dst, address_type ip_src)
|
||||
{
|
||||
init_ip_fields();
|
||||
this->dst_addr(ip_dst);
|
||||
|
||||
Reference in New Issue
Block a user