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:
5:c56386b9fc33
Parent:
3:c32d9660b888
--- a/net/arp.h	Tue Oct 12 06:21:05 2010 +0000
+++ b/net/arp.h	Tue Oct 12 06:37:21 2010 +0000
@@ -1,10 +1,16 @@
-/// ARP Packet
-
 #ifndef ARP_H
 #define ARP_H
 
 #include "net.h"
 
+/**
+  \file
+  \brief ARP packet
+  
+  This file contains the memory map and associated functions for ARP packet
+  creation and deconstruction. 
+*/
+
 #define ETHERTYPE_ARP 0x0806
 
 /// ARP Packet memory map