fixed same bug as for DestinationUnreachable in TimeExceeded messages: accept reply...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 20 Mar 2015 08:38:19 +0000 (09:38 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 20 Mar 2015 08:38:19 +0000 (09:38 +0100)
commit24fdf496a84f3d84dfd58cd82d2bcd9213775575
treee409db29c586c18dbd4d2316b33fa569f0f55cce
parent81c265174b87bf78b8f71b6b2959e1b78f338992
fixed same bug as for DestinationUnreachable in TimeExceeded messages: accept reply from mid-way

altered unit test accordingly
removed unnecessary implementations of match_xy functions that also just return false
src/icmp/icmpdata.cpp
src/icmp/icmpdata.h
src/icmp/icmpdestinationunreachabledata.cpp
src/icmp/icmpdestinationunreachabledata.h
src/icmp/icmppacket.cpp
src/icmp/icmptimeexceededdata.cpp
src/icmp/icmptimeexceededdata.h
test/test_icmppacket.cpp