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/log.h	Tue Oct 12 06:37:21 2010 +0000
+++ b/util/log.h	Tue Oct 12 06:46:22 2010 +0000
@@ -6,6 +6,13 @@
 #include "stdarg.h"
 #include "stdio.h"
 
+/**
+  \file log.h
+  \brief Logging utilities
+  
+  This file contains logging utilities
+*/
+
 #define LOG_BUFSIZE 4096
 
 /// Enumeration used to enable/disable various serial lines in the logger