]> git.ipfire.org Git - thirdparty/mtr.git/commit
mtr-packet: Report probe status on host unreachable (Cygwin) 181/head
authorMatt Kimball <matt.kimball@gmail.com>
Sat, 7 Jan 2017 17:01:30 +0000 (09:01 -0800)
committerMatt Kimball <matt.kimball@gmail.com>
Sun, 8 Jan 2017 15:36:27 +0000 (07:36 -0800)
commited301d9e9c33d28bb72ef5d8a0dabfe3ada26587
tree09f1f3a3e4912592cae898b1c02bf79de5a73e9f
parent7f0446c093f62ee27f004aadc575bdc1ea0ac3dd
mtr-packet: Report probe status on host unreachable (Cygwin)

When IcmpParseReplies returned with a probe completion, but the
probe's status was IP_DEST_HOST_UNREACHABLE, mtr-packet was failing
to report the probe result, and was instead printing an unhelpful
error message without any reference to a particular probe.  Now
it will report a "no-route" result with the token associated with
the probe.

This fixes issue #179.
packet/probe_cygwin.c