Matthew Carney
Matthew Carney
1.) PowerPing is a console application, you use arguments to tell it what to do. Arguments for a program are entered on the commandline after the executable name. To ping...
I know how this could be implemented, will try out some implementations when I get around to working on the next version.
So the basic plan that I can see, would be to implement our own IPv4 header (something like [this](https://www.winsocketdotnetworkprogramming.com/clientserversocketnetworkcommunication8f_1.html), probably with less of the abstration, idealy laid out how we...
So the project is made with C# using .NET framework 4.5, which is Windows based, so you won't really be able to use GCC for compilation. The project can be...
Cool, good stuff 👍 Yeah I know that issue, if you find a solution to it that put in a pull request because that error has been stopping me from...
Thanks for pointing this out. Yeah this seems to be a bug with the way that we are updating the ICMP message field, will submit a fix soon.
Yeah I don't under stand why all other ping commands ttlexpired packets show up in the listen command and PowerPing's don't. I am starting to think the source address isn't...
Wow @Meister1977 really good find! That does sound like a very likely cause. I will try and add some cursory code to request inbound ICMP access through the firewall (can...
@Meister1977 Your solution does seem to work, annoyingly I can't seem to restrict the rule to just PowerPing, it only works when ICMPv4 packets for any program is specified. I...
I've added basic dedicated log support in the newest release. You can find it here: https://github.com/Killeroo/PowerPing/releases/tag/v1.3.4