dotpcap / packetnet

Official repository - High performance .Net assembly for dissecting and constructing network packets such as ethernet, ip, tcp, udp etc.
Mozilla Public License 2.0
483 stars 104 forks source link

Add support to NDP #174

Closed Ben3094 closed 2 years ago

Ben3094 commented 2 years ago

Hello, With IPv4 to IPv6 transition, PacketDotNet lost neighbor discovery using ARP. To correct that, why not add NDP (Neighbor Discovery Protocol) to PacketDotNet ? Thank you in advance, Best regards,

Ben3094 commented 2 years ago

You can implement @maxlluky Mantikor version to speed up development.

PhyxionNL commented 2 years ago

That "implementation" was pretty much nothing, but I have this added in #175.

Ben3094 commented 2 years ago

Wow! Thank you 😊👍