raw2hex
return raw2hex(buf, len);
return raw2hex(data, datalen);
extern char *raw2hex(u_int8_t *, size_t);
s = raw2hex(data, datalen);