mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.9k stars 375 forks source link

Support for RFC8335 ICMP Extended Echo #424

Open theDogOfPavlov opened 3 years ago

theDogOfPavlov commented 3 years ago

When you have a spare moment, can you please add the ICMP Extended Echo types to the Tins::ICMP::Flags and Tins::ICMPv6::Types enums.

Details as per: https://tools.ietf.org/html/rfc8335

Should be five minutes effort (done for tea time) ;)