Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PowerPing.x86.exe | 2020-02-16 | 104.4 kB | |
PowerPing.exe | 2020-02-16 | 103.9 kB | |
README.md | 2020-02-16 | 1.6 kB | |
Version 1.3.1 source code.tar.gz | 2020-02-16 | 280.6 kB | |
Version 1.3.1 source code.zip | 2020-02-16 | 301.4 kB | |
Totals: 5 Items | 792.0 kB | 0 |
New features/arguments
- New and improved graph mode (Timeouts displayed better, automatic graph axis scaling and clearer bar drawing)
- Reworked No input (/ni or /noinput) and added Require input (/ri or /requireinput)
(These commands still function the same as
noinput
always has; using it in a command will mean that command does not require input once it has finished . What's changed is these commands now persistent accross runs of PowerPing. So if you usenoinput
once you will no longer be prompted for input next time PowerPing is run even if you don't include/noinput
. The same applies in reverse to/requireinput
which is still the default behaviour for PowerPing) - Added Full timestamp argument (/fts or /fulltimestamp), similar to
--timestamp
but adds full local time and date - Added 'utc' option for
/fulltimestamp
and/timestamp
commands (/timestamp utc
or/fulltimestamp utc
in order to use) to display any timestamps in UTC - Added version check to
--version
and`--help
commands - Added alternate themes for
--symbols
command (use/sym 0 or 1
to select alternate themes) - Added option to listen to specific address in --listen command (Use
/listen 127.0.0.1
to specify address) - If left without a specific address
/listen
command will now listen to all local adapter addresses by default
Tweaks
- Added more info to raw socket creation errors messages
- Improved address finding and arguments parsing
- Improved build and testing processes