-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update NetworkUtils.java #4898
Update NetworkUtils.java #4898
Conversation
1. Added Eli Fulkerson ARP Ping tool detection. 2. Replaced Thomas Habets ARP Ping tool detection RegExp with simple "contains" statement. 3. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please not replace the regex in the same commit? You probably haven't tested this on Linux and you don't know about the consequences.
1. Added Eli Fulkerson ARP Ping tool detection. 2. Replaced Thomas Habets ARP Ping tool detection RegExp with simple "contains" statement. 3. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool. Signed-off-by: Konstantin Panchenko <[email protected]>
1. Added Eli Fulkerson ARP Ping tool detection. 2. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool. 3. Reverted Thomas Habets detection back to original code. Signed-off-by: Konstantin Panchenko <[email protected]>
I did test it but I'll create a new one anyway, probably Thomas changed his help output. |
Thanks! |
Just one note: I think you do not mention where to get that tool from in the readme file. Maybe you could make a PR for that as well? Binding documentations are allowed to link to external commercial/non-commercial products. Cheers |
Added Eli Fulkerson ARP Ping tool detection. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool. Signed-off-by: Konstantin Panchenko <[email protected]> Signed-off-by: Pshatsillo <[email protected]>
Added Eli Fulkerson ARP Ping tool detection. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool. Signed-off-by: Konstantin Panchenko <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
[network] Added support for Eli Fulkerson ARP Ping Tool
Support for arp-ping.exe tool for Windows from Eli Fulkerson:
https://www.elifulkerson.com/projects/arp-ping.php
Signed-off-by: Konstantin Panchenko [email protected]