Implementing 802.11 with Microcontrollers: Wireless Networking for Embedded Systems Designers

It didn't take long to figure out what the SNOOPER laptop was up to. The Netasyst Sniffer's Summary window in Screen Capture 12.1 shows that the next operation initiated by SNOOPER is and ICMP Echo, better known to all of us as a PING.
ICMP messages serve many purposes. For instance, we're using ICMP to echo a packet from one host to another and back. An ICMP message may also be sent when a datagram cannot reach its destination. ICMP messages are primarily used to provide feedback about problems that exist with datagrams in the communication environment. The only thing an ICMP message can't do is tell on itself when it's bad.
A "PING" is really an application that issues an ICMP echo request packet. Basically a ping sends some data to a remote host and expects the remote host...