python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Scapy - crafted ICMP replies being ignored by sender
I have wrote a small app to respond to ICMP, however it seems that the sender is ignoring the ICMP replies. Inspecting the packets in Wireshark they are missing the timestamp fields, and working ICMP ...
CharlyB2Bomber
Votes: 0
Answers: 1
How can I ping a specific port and report the results?
I'm making a discord bot for my friends. This one feature, !status, is supposed to ping the server and report the replies.
from tcping import Ping
if message.content.startswith('!status'):
...

user15809329
Votes: 0
Answers: 1
How to Have "Destination Host Unreachable" when pinging return a value of 1 and not 0
I am using python to code a program that will ping a device, and do nothing if it gets a response back from the device, but if it does not receive any response, it will send me an email to notify me t...
NSei
Votes: 0
Answers: 1
Decoding ICMPv4 packets with libpcap and libnet
My program captures packets from the wireless interface and I can view all human-readable bytes using a function similar to hexdump -C. For one, I can't crack the right syntax for the BPF string so al...
lwoivresbo
Votes: 0
Answers: 1