Added ICMPv6 support to Linux.

This commit is contained in:
Karutoh 2025-03-28 20:53:48 -07:00
parent d8c5327180
commit ff42dfd3a4

@ -9,6 +9,13 @@
namespace ehs namespace ehs
{ {
struct PseudoICMPv6_Header
{
sockaddr_in6 src;
sockaddr_in6 dst;
UInt_32 length;
};
class ICMP : public BaseICMP class ICMP : public BaseICMP
{ {
private: private: