1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Added RFC8355 ICMP Extended Echo support

Added RFC8355 ICMP Extended Echo request/reply to Flags (no other changes made)
This commit is contained in:
Martin O'Neal
2020-12-29 08:32:29 +00:00
committed by GitHub
parent 0774a8dcad
commit 94939dd0fa

View File

@@ -89,7 +89,9 @@ public:
INFO_REQUEST = 15,
INFO_REPLY = 16,
ADDRESS_MASK_REQUEST = 17,
ADDRESS_MASK_REPLY = 18
ADDRESS_MASK_REPLY = 18,
EXTENDED_ECHO_REQUEST = 42,
EXTENDED_ECHO_REPLY = 43
};
/**