From 715034e6d72cc2c952b981695100207aaaecf596 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Fri, 11 Mar 2011 10:48:39 +0100 Subject: [PATCH] Aesthetic change to header files according to the project standard --- src/icmp/icmpheader.h | 1 + src/icmp/ipv4header.h | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/icmp/icmpheader.h b/src/icmp/icmpheader.h index ae354d3..3f88983 100644 --- a/src/icmp/icmpheader.h +++ b/src/icmp/icmpheader.h @@ -80,6 +80,7 @@ private: uint16_t decode( int a, int b ) const; void encode( int a, int b, uint16_t n ); +private: uint8_t Rep[ 8 ]; }; diff --git a/src/icmp/ipv4header.h b/src/icmp/ipv4header.h index 8132b6b..625531d 100644 --- a/src/icmp/ipv4header.h +++ b/src/icmp/ipv4header.h @@ -72,7 +72,9 @@ public: private: uint16_t decode( int a, int b ) const; +private: uint8_t Rep[ 60 ]; + }; #endif // IPV4_HEADER_H -- 1.7.1