You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 use noinput 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