I need to list IP addresses of all connected hosts in my LAN. What is the simplest way to 开发者_如何学Pythondo this?You\'ll have to do a ping sweep.There\'s a Ping class in the System.Net namespace.E
My application is running on CentOS 5.5 I need to send raw packets using libpcap API: pcap_inject() or pcap_sendpacket()
Hi Can someone tell me why when I send broadcast ICMP Request, only router send me ICMP Reply? Even if I modify MAC destination of this ICMP Request (original is FF:FF:FF:FF:FF:FF) to MACspecific host
I have been working with an Windows application which reads from the \'nonpaged pool\' to increase performance. In this case the nonpaged pool is the area of memory where the network drivers write dat
My application is running on CentOS 5.5. I\'m using raw socket to send data: sd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
For a communication between two hosts, I need to send the IP address of my host to the other site. The problem is that if I request my IP address, it might be that I get back my local loopback IP addr
Hi I want to put my NIC into promiscuous mode. Why? Because I wrote app which 开发者_StackOverflow社区is able potentially to detect sniffing in my local network (send modyfied appropriately ethernet
I\'m building an app that allows a user to stream a video from their home computer. Where can I find more information about how I can make this stream accessible to users outside of the broadcaster\'
I\'m not stuck by thi开发者_如何学运维s subject, can you recommend a book really good on this?
Sometimes when I try to send some packets continuously( I am using the send() API ) I receive this error. Now I am not sure what should I do than. I have these questions: