diff --git a/src/debug.c b/src/debug.c index 314aadd..cc52fc9 100644 --- a/src/debug.c +++ b/src/debug.c @@ -22,6 +22,14 @@ void dump_proxy_chain(proxy_data *pchain, unsigned int count) { } } +void dump_buffer(unsigned char * data, size_t len){ + printf("buffer_dump["); + for(int i=0; i