docs: Added note to curvetun doc
[netsniff-ng.git] / src / stun.h
blobc051e20547f6f01ec5d1804456ba67a15c6901f7
1 /*
2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2011 Daniel Borkmann.
5 * Subject to the GPL, version 2.
6 */
8 #ifndef STUN_H
9 #define STUN_H
11 #include <stdint.h>
13 extern void print_stun_probe(char *server, uint16_t sport, uint16_t tunport);
15 #endif /* STUN_H */