Updated classes comments
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Fri, 21 Oct 2011 00:57:15 +0000 (22:57 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Fri, 21 Oct 2011 00:57:15 +0000 (22:57 -0200)
src/icmp/icmpv4header.h
src/icmp/icmpv4packet.h
src/ip/pseudoipv4header.h

index 5e07ce4..ceed935 100644 (file)
@@ -22,7 +22,7 @@
 //-----------------------------------------------------------------------------
 
 /**
- * @brief This class represents the ICMP version 4 Packet Header.
+ * @brief This class represents the ICMP version 4 Header.
  *
  * The ICMP Generic Header Format is:
  *
index 26fa9be..dbb6eed 100644 (file)
@@ -4,8 +4,8 @@
 // Distributed under the Boost Software License, Version 1.0.
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
-#ifndef ICMPV4PACKET_H
-#define ICMPV4PACKET_H
+#ifndef ICMPV4_PACKET_H
+#define ICMPV4_PACKET_H
 
 #include <stdint.h>
 
@@ -24,7 +24,7 @@
 //-----------------------------------------------------------------------------
 
 /**
- * @brief This class represents the ICMP Packet.
+ * @brief This class represents the ICMP version 4 Packet.
  *
  * The ICMP Packet format is:
  *
@@ -104,4 +104,4 @@ private:
     IcmpData IcmpPayloadData;
 };
 
-#endif // ICMPV4PACKET_H
+#endif // ICMPV4_PACKET_H
index 6238059..4dd00cf 100644 (file)
@@ -63,4 +63,4 @@ public:
     uint16_t header_length;
 };
 
-#endif /* PSEUDO_IPV4_HEADER_H */
+#endif // PSEUDO_IPV4_HEADER_H