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

Files at this revision

API Documentation at this revision

Comitter:
etherealflaim
Date:
Tue Oct 12 06:48:59 2010 +0000
Parent:
7:e34ae4c7eb79
Commit message:
Documentation

Changed in this revision

sniffer.h Show annotated file Show diff for this revision Revisions of this file
--- 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.