#include "packet.hpp" #include using namespace std; int main(int, char**) { Packet p; return 0; }