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/tcp.h	Tue Oct 12 06:10:41 2010 +0000
+++ b/net/tcp.h	Tue Oct 12 06:14:19 2010 +0000
@@ -7,7 +7,7 @@
 
 #define IPPROTO_TCP 0x06
 
-/// TCP Segment Memory Map
+/// TCP Segment memory map
 typedef struct {
   u16 source_port;         ///< Source port (1-65535)
   u16 destination_port;    ///< Destination port (1-65535)