If the tun-if can't be initialized correctly, close the vpn-helper
[oweals/gnunet.git] / src / vpn / gnunet-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 void pkt_printf_ip6udp(struct ip6_udp* pkt);
12 void pkt_printf_ip6dns(struct ip6_udp_dns* pkt);
13
14 #endif