- #ifndef IP_PACKET_H
- #define IP_PACKET_H
-
- #include "ethernet_packet.h"
- #include <netinet/in.h>
- #include <string>
- #include <arpa/inet.h>
-
- using namespace std ;
-
-
- // Here is where you will write the declaration of the class
- // ip_packet in Exercise 3.
-
-
- #endif // IP_PACKET_H
|