//-----------------------------------------------------------------------------
 
 /**
- * @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:
  *
 
 // 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>
 
 //-----------------------------------------------------------------------------
 
 /**
- * @brief This class represents the ICMP Packet.
+ * @brief This class represents the ICMP version 4 Packet.
  *
  * The ICMP Packet format is:
  *
     IcmpData IcmpPayloadData;
 };
 
-#endif // ICMPV4PACKET_H
+#endif // ICMPV4_PACKET_H