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:
0:d494b853ce97
Child:
4:88fc7fa58931
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/util/types.h	Tue Oct 12 05:32:59 2010 +0000
@@ -0,0 +1,8 @@
+#ifndef TYPES_H
+#define TYPES_H
+
+typedef unsigned char u8;
+typedef unsigned short u16;
+typedef unsigned int u32;
+
+#endif
\ No newline at end of file