This is a low-level network debugging utility that utilizes raw packet i/o to construct and deconstruct tcp, udp, ipv4, arp, and icmp packets over ethernet.

Dependencies:   mbed

Revision:
3:c32d9660b888
Parent:
2:e8e09adc41fc
Child:
6:66c4cd9073aa
--- a/net/icmp.h	Tue Oct 12 06:10:41 2010 +0000
+++ b/net/icmp.h	Tue Oct 12 06:14:19 2010 +0000
@@ -9,7 +9,7 @@
 #define ICMP_ECHO_REQUEST 0x08
 #define IPPROTO_ICMP      0x01
 
-/// Memory map of ICMP packet
+/// ICMP packet memory map
 typedef struct {
     u8 type;        ///< type of ICMP message
     u8 code;        ///< code number associated with certain message types