Tagged Questions
4
votes
7answers
3k views
python non-privileged ICMP
While trying to figure out the best method to ping (ICMP) something from python, I came across these questions:
How can I perform a ping or traceroute in python, accessing the output as it is ...
2
votes
1answer
246 views
two bytes swapped in packet received from Python raw socket
My Python program is receiving ICMP destination unreachable messages from a raw socket. The socket is created with the following code:
socket.socket(socket.AF_INET, socket.SOCK_RAW, ...
1
vote
3answers
262 views
Pinging servers in Python
In Python, is there a way to ping a server through ICMP and return TRUE if the server responds, or FALSE if there is no response?
1
vote
1answer
182 views
Problem with asyn icmp ping
I'm writing service in python that async ping domains. So it must be able to ping many ip's at the same time. I wrote it on epoll ioloop, but have problem with packets loss.
When there are many ...
0
votes
1answer
50 views
Bug in python ICMP ping implementation when pinging multiple ips at once?
I've been using jedie's python ping implementation from here on Windows. I could be wrong, but when pinging two computers (A and B) from separate threads, ping will return the first ping it receives, ...
0
votes
0answers
135 views
python icmp raw socket implementation
i am relatively new to python, so please be considerate...
i'm implementing a server and a client via raw_sockets.
i have the necessary privileges.
now, the server i defined so:
host = ...
0
votes
1answer
163 views
How to embed and listen data over icmp in order to tunnel connection with using python
i am trying to code one tunnel tool but i could not receive packet from icmp. I uses socket library, is there any one pylibnet or pynet library