#ifndef IP_PACKET_H #define IP_PACKET_H #include "ethernet_packet.h" #include #include #include using namespace std ; // Here is where you will write the declaration of the class // ip_packet in Exercise 3. #endif // IP_PACKET_H