9 lines
155 B
C
9 lines
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
|