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:
4:88fc7fa58931
--- a/util/util.h	Tue Oct 12 06:37:21 2010 +0000
+++ b/util/util.h	Tue Oct 12 06:46:22 2010 +0000
@@ -4,6 +4,14 @@
 #include "types.h"
 #include "log.h"
 
+/**
+  \file util.h
+  \brief Primary utility header
+  
+  In addition to providing some utility functions, this file also includes
+  the other utility headers automatically.
+*/
+
 /// Is any byte memory at start for bytes nonzero?
 inline bool is_nonzero_mem(u8 *start, unsigned int bytes)
 {