1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 12:44:25 +01:00

Added BootP PDU header file. Still needs filling and implementation

This commit is contained in:
Santiago Alessandri
2011-08-16 13:50:32 -03:00
parent d549585de5
commit 9734510cbd

View File

@@ -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 <stdint.h>
#include <stdexcept>
@@ -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 {