#ifndef __UTIL__ #define __UTIL__ // hex_dumb display network packets in a good way void hex_dump(unsigned n, const unsigned char* buf); #endif