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:
8:1c1f6ce348c6
Parent:
6:66c4cd9073aa
--- a/sniffer.h	Tue Oct 12 06:47:02 2010 +0000
+++ b/sniffer.h	Tue Oct 12 06:48:59 2010 +0000
@@ -13,7 +13,7 @@
 
 /**
   \file sniffer.h
-  \brief Ethernet packet sniffer
+  \brief Ethernet packet Sniffer
   
   This file is the bread and butter of the NetTool; it processes and constructs ethernet frames
   on a bitwise level.