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:
6:66c4cd9073aa
Parent:
3:c32d9660b888
--- a/net/ip.h	Tue Oct 12 06:37:21 2010 +0000
+++ b/net/ip.h	Tue Oct 12 06:46:22 2010 +0000
@@ -3,7 +3,13 @@
 
 #include "net.h"
 
-/// \file IP Packet
+/**
+  \file ip.h
+  \brief IP Packet header
+  
+  This file contains the memory map and associated functions for IP packet header
+  creation and deconstruction. 
+*/
 
 #define ETHERTYPE_IPV4 0x0800
 #define ETHERTYPE_IPV6 0x86DD