icmpmonitor/.git
4 years agoRemoved sent and received packet counters since they were unused.
Aaron Taylor [Sun, 22 Sep 2019 10:11:08 +0000 (03:11 -0700)]
Removed sent and received packet counters since they were unused.

4 years agoExpanded print_usage() info for user.
Aaron Taylor [Sun, 22 Sep 2019 09:31:55 +0000 (02:31 -0700)]
Expanded print_usage() info for user.
General cleanup.

4 years agoChanged a few names to consistently use underscores.
Aaron Taylor [Sat, 21 Sep 2019 13:00:50 +0000 (06:00 -0700)]
Changed a few names to consistently use underscores.

4 years agoReplaced homebrew config file parsing with iniparser library.
Aaron Taylor [Sat, 21 Sep 2019 12:50:31 +0000 (05:50 -0700)]
Replaced homebrew config file parsing with iniparser library.
Updated and simplified Makefile.
Updated and consolidated LICENSE.

4 years agoChanged `keepBanging` global to `retry_down_cmd`. Misc cleanup.
Aaron Taylor [Sat, 21 Sep 2019 09:56:51 +0000 (02:56 -0700)]
Changed `keepBanging` global to `retry_down_cmd`. Misc cleanup.

4 years agoChanged `int isVerbose` global to `bool verbose`.
Aaron Taylor [Sat, 21 Sep 2019 09:43:04 +0000 (02:43 -0700)]
Changed `int isVerbose` global to `bool verbose`.

4 years agoRemoved 'ident' global from icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 09:38:56 +0000 (02:38 -0700)]
Removed 'ident' global from icmpmonitor.c.

4 years agoReordered functions to eliminate declarations.
Aaron Taylor [Sat, 21 Sep 2019 09:34:05 +0000 (02:34 -0700)]
Reordered functions to eliminate declarations.
Combined up,down in host struct into hostup bool.
Eliminated trailing whitespace.

4 years agoGeneral cleanup while reading through icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 09:03:35 +0000 (02:03 -0700)]
General cleanup while reading through icmpmonitor.c.

4 years agoRemoved return codes from icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 08:06:18 +0000 (01:06 -0700)]
Removed return codes from icmpmonitor.c.

4 years agoRemoved done() from icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 08:05:32 +0000 (01:05 -0700)]
Removed done() from icmpmonitor.c.

4 years agoRemoved log() from icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 08:03:34 +0000 (01:03 -0700)]
Removed log() from icmpmonitor.c.

4 years agoClearer GCD function in icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 07:41:38 +0000 (00:41 -0700)]
Clearer GCD function in icmpmonitor.c.

4 years agoRemoved daemonization and syslog capabilities from icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 07:32:46 +0000 (00:32 -0700)]
Removed daemonization and syslog capabilities from icmpmonitor.c.

4 years agoFixing a typo in the top comment of icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 07:24:00 +0000 (00:24 -0700)]
Fixing a typo in the top comment of icmpmonitor.c.

4 years agoFlattening #defines and general cleanup in icmpmonitor.c.
Aaron Taylor [Sat, 21 Sep 2019 07:22:51 +0000 (00:22 -0700)]
Flattening #defines and general cleanup in icmpmonitor.c.

4 years agoFirst step in consolidating license info into a single file.
Aaron Taylor [Sat, 21 Sep 2019 07:20:10 +0000 (00:20 -0700)]
First step in consolidating license info into a single file.

4 years agoFixed include files to eliminate compile warnings.
Aaron Taylor [Tue, 17 Sep 2019 01:42:56 +0000 (18:42 -0700)]
Fixed include files to eliminate compile warnings.

4 years agoFirst hack-and-slash cleanup.
Aaron Taylor [Tue, 17 Sep 2019 01:37:22 +0000 (18:37 -0700)]
First hack-and-slash cleanup.

4 years agoInitial commit of `icmpmonitor-1.2` from http://www.crocodile.org/software.html
Aaron Taylor [Tue, 17 Sep 2019 00:57:00 +0000 (17:57 -0700)]
Initial commit of `icmpmonitor-1.2` from crocodile.org/software.html