mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Show more debug messages
This commit is contained in:
@ -6,8 +6,16 @@
|
||||
|
||||
namespace NetworkICMPv4
|
||||
{
|
||||
ICMPv4::ICMPv4(NetworkInterfaceManager::DeviceInterface *Interface) { this->Interface = Interface; }
|
||||
ICMPv4::~ICMPv4() {}
|
||||
ICMPv4::ICMPv4(NetworkInterfaceManager::DeviceInterface *Interface)
|
||||
{
|
||||
debug("ICMPv4 interface %#lx created.", this);
|
||||
this->Interface = Interface;
|
||||
}
|
||||
|
||||
ICMPv4::~ICMPv4()
|
||||
{
|
||||
debug("ICMPv4 interface %#lx destroyed.", this);
|
||||
}
|
||||
|
||||
void ICMPv4::Send(/* ???? */)
|
||||
{
|
||||
|
Reference in New Issue
Block a user