From 9f331253629a050adfd2b488f02705215d17083b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 16 Jun 2011 16:43:20 +0200 Subject: Fix ekgping on systems where ping reports icmp_seq (used to assume icmp_req) --- Changelog | 5 +++++ bin/ekgping | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 2ebbed5..9bacdee 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +git HEAD + + * Fix ping -n parser - apparently it was based on a buggy ping output. + See + ekgping 1.1 - Thu Jun 16 2011 * You can now run ekgping -f beepfile without having to run diff --git a/bin/ekgping b/bin/ekgping index 38e292b..f7a4368 100755 --- a/bin/ekgping +++ b/bin/ekgping @@ -60,7 +60,7 @@ sub parse_ping_output { if ( $line =~ m{ ^ \d+ \s bytes \s from \s \S+ \s - icmp_req = (? \d+ ) \s + icmp_.eq = (? \d+ ) \s ttl = (? \d+ ) \s time = (?