mirror of
https://github.com/mfontanini/libtins
synced 2026-01-24 11:11:35 +01:00
Removed the PDU* parameter in several PDU's constructors.
This commit is contained in:
@@ -57,8 +57,7 @@ namespace Tins {
|
||||
const EthernetII::address_type EthernetII::BROADCAST("ff:ff:ff:ff:ff:ff");
|
||||
|
||||
EthernetII::EthernetII(const address_type &dst_hw_addr,
|
||||
const address_type &src_hw_addr, PDU* child)
|
||||
: PDU(child)
|
||||
const address_type &src_hw_addr)
|
||||
{
|
||||
memset(&_eth, 0, sizeof(ethhdr));
|
||||
dst_addr(dst_hw_addr);
|
||||
|
||||
Reference in New Issue
Block a user