暫無描述

12345678910111213141516
  1. #ifndef IP_PACKET_H
  2. #define IP_PACKET_H
  3. #include "ethernet_packet.h"
  4. #include <netinet/in.h>
  5. #include <string>
  6. #include <arpa/inet.h>
  7. using namespace std ;
  8. // Here is where you will write the declaration of the class
  9. // ip_packet in Exercise 3.
  10. #endif // IP_PACKET_H