Skip to content
#

ping

Here are 1,012 public repositories matching this topic...

fyodor
fyodor commented Mar 16, 2021

Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef

aescaler-a0d
aescaler-a0d commented May 31, 2019

Pinger.New() runs connectICMP() which runs icmp.ListenPacket(network, address) using static value "ip4:icmp" as network. Per icmp.ListenPacket() def, this only allows usage of privileged endpoints.

ListenPacket listens for incoming ICMP packets addressed to address. See net.Dial for the syntax of address.

For non-privileged datagram-oriented ICMP endpoints, network must be "udp4" or "u

Improve this page

Add a description, image, and links to the ping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ping topic, visit your repo's landing page and select "manage topics."

Learn more