repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure: silent complaint if not built on git repository
[netsniff-ng.git]
/
promisc.h
blob
b290b929b0dd7d63e6564e0bef0f4073fd39d13e
1
#ifndef PROMISC_H
2
#define PROMISC_H
3
4
extern
short
enter_promiscuous_mode
(
char
*
ifname
);
5
extern
void
leave_promiscuous_mode
(
char
*
ifname
,
short
oldflags
);
6
7
#endif
/* PROMISC_H */