This performs an ethernet sniff test. Copied from an existing ethernet sniff test and updated to work properly with the LISA, supporting output of content to the USB console. See also: http://mbed.org/users/rolf/code/ethsnif/

Dependencies:   C027-REVB mbed

Fork of ethsnif by Rolf Meyer

Revision:
1:a7a52d202638
Parent:
0:29e2df9de9f1
--- a/hexview.h	Fri Sep 04 12:24:03 2009 +0000
+++ b/hexview.h	Sat Dec 14 00:53:08 2013 +0000
@@ -22,8 +22,8 @@
             printf(" ");
         }
         if((i%16) == 15) {
-            printf("\n");
+            printf("\n\r");
         }
     }
-    printf("\n\n\n");
+    printf("\n\r\n\r\n\r");
 }
\ No newline at end of file