repo.or.cz
/
netsniff-ng-new.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netsniff-ng: Use correct printf format specifier for uint64_t
[netsniff-ng-new.git]
/
stun.h
blob
e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e
1
#ifndef STUN_H
2
#define STUN_H
3
4
extern
int
print_stun_probe
(
char
*
server
,
int
sport
,
int
tport
);
5
6
#endif
/* STUN_H */