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.
Diff: net/icmp.h
- Revision:
- 6:66c4cd9073aa
- Parent:
- 3:c32d9660b888
diff -r c56386b9fc33 -r 66c4cd9073aa net/icmp.h --- a/net/icmp.h Tue Oct 12 06:37:21 2010 +0000 +++ b/net/icmp.h Tue Oct 12 06:46:22 2010 +0000 @@ -3,7 +3,13 @@ #include "net.h" -/// \file ICMP Packet +/** + \file icmp.h + \brief ICMP frame header + + This file contains the memory map and associated functions for ICMP packet + creation and deconstruction. +*/ #define ICMP_ECHO_REPLY 0x00 #define ICMP_ECHO_REQUEST 0x08