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.
Revision 8:1c1f6ce348c6, committed 2010-10-12
- 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 |
diff -r e34ae4c7eb79 -r 1c1f6ce348c6 sniffer.h --- 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.