From 9734510cbd8f72b647cc0456b66ae6e5aacaee36 Mon Sep 17 00:00:00 2001 From: Santiago Alessandri Date: Tue, 16 Aug 2011 13:50:32 -0300 Subject: [PATCH] Added BootP PDU header file. Still needs filling and implementation --- include/ethernetII.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ethernetII.h b/include/ethernetII.h index ca84954..6d649c0 100644 --- a/include/ethernetII.h +++ b/include/ethernetII.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __ETHERNET_H -#define __ETHERNET_H +#ifndef __ETHERNET_II_H +#define __ETHERNET_II_H #include #include @@ -30,7 +30,7 @@ namespace Tins { /** - * \brief Class representing an ethernet IEEE 802.3 packet + * \brief Class representing an Ethernet II packet */ class EthernetII : public PDU {