From 5a79c8e57bee8a729804f038269808017fd56142 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Thu, 20 Oct 2011 22:57:15 -0200 Subject: [PATCH] Updated classes comments --- src/icmp/icmpv4header.h | 2 +- src/icmp/icmpv4packet.h | 8 ++++---- src/ip/pseudoipv4header.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/icmp/icmpv4header.h b/src/icmp/icmpv4header.h index 5e07ce4..ceed935 100644 --- a/src/icmp/icmpv4header.h +++ b/src/icmp/icmpv4header.h @@ -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: * diff --git a/src/icmp/icmpv4packet.h b/src/icmp/icmpv4packet.h index 26fa9be..dbb6eed 100644 --- a/src/icmp/icmpv4packet.h +++ b/src/icmp/icmpv4packet.h @@ -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 @@ -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 diff --git a/src/ip/pseudoipv4header.h b/src/ip/pseudoipv4header.h index 6238059..4dd00cf 100644 --- a/src/ip/pseudoipv4header.h +++ b/src/ip/pseudoipv4header.h @@ -63,4 +63,4 @@ public: uint16_t header_length; }; -#endif /* PSEUDO_IPV4_HEADER_H */ +#endif // PSEUDO_IPV4_HEADER_H -- 1.7.1