repo.or.cz
/
iptraf-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
capt_get_packet(): check for key press only every 20ms
[iptraf-ng.git]
/
src
/
servname.h
blob
eae53bbf6d4f3c57b84712981ab2e8e6f981fd59
1
#ifndef IPTRAF_NG_SERVNAME_H
2
#define IPTRAF_NG_SERVNAME_H
3
4
/***
5
6
servname.h - function prototype for service lookup
7
8
***/
9
10
void
servlook
(
in_port_t port
,
unsigned int
protocol
,
char
*
target
,
int
maxlen
);
11
12
#endif
/* IPTRAF_NG_SERVNAME_H */