switch to IP that is in 192.0.2.0/24 range which is specifically reserved to be never...
[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 void pkt_printf_ip6udp(struct ip6_udp* pkt);
12
13 #endif