extended ICMP packet dumping to parts after packet creation
[pingcheck] / src / icmp / icmpechodata.cpp
index c2e327d..c213ed5 100644 (file)
@@ -57,7 +57,8 @@ bool IcmpEchoData::match_destination_unreachable(
 
 bool IcmpEchoData::match_time_exceeded(
                                     const uint16_t identifier,
-                                    const uint16_t sequence_number) const
+                                    const uint16_t sequence_number,
+                                    const address &destination_address) const
 { return false; }