vpn: cleanup of the code
[oweals/gnunet.git] / src / vpn / pretty-print.h
1 #ifndef _GNTUN_PP_H_
2 #define _GNTUN_PP_H_
3
4 extern void pp_hexdump(unsigned char* data, char* dest, int max);
5
6 extern void pp_write_header(char* dest, struct ip6_pkt* pkt);
7
8 extern void pkt_printf(struct ip6_pkt* pkt);
9
10 void pkt_printf_ip6tcp(struct ip6_tcp* pkt);
11
12 #endif