File: stun.h

package info (click to toggle)
netsniff-ng 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,456 kB
  • sloc: ansic: 47,146; yacc: 2,024; sh: 761; makefile: 505; lex: 459; python: 61
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */