metalsvm/drivers/net/util.h
U-MobileHooK\Benedikt 1077a5a3ca initial commit
2011-06-04 09:27:30 +02:00

9 lines
No EOL
155 B
C

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