netsniff-ng: tpacketv3: 'fix' packet accounting output
[netsniff-ng.git] / promisc.h
blobb290b929b0dd7d63e6564e0bef0f4073fd39d13e
1 #ifndef PROMISC_H
2 #define PROMISC_H
4 extern short enter_promiscuous_mode(char *ifname);
5 extern void leave_promiscuous_mode(char *ifname, short oldflags);
7 #endif /* PROMISC_H */