On Jun 30, 2004, at 10:00 AM, Jefferson Ogata wrote:
More specifically, you can use libpcap as any user. On most systems,
you have to be root, however, to monitor traffic on a network
interface.
I.e., you can use libpcap to read a capture file as any user (if that
user has permission to read the
[EMAIL PROTECTED] wrote:
Is it possible to write a program using libpcap that doesnt need to be run in super user mode, and if there is how would that be done. Everything that i have seen that uses libpcap has to be in su mode
At least on BSD based systems, it depends on readability of the /dev/bp
> Is it possible to write a program using libpcap that doesnt need to be run in super
> user mode, and if there is how would that be done. Everything that i have seen that
> uses libpcap has to be in su mode
At least on BSD based systems, it depends on readability of the /dev/bpf*
devices and n
Title: Message
Hello
everyone
Is it possible to
write a program using libpcap that doesnt need to be run in super user mode, and
if there is how would that be done. Everything that i have seen that uses
libpcap has to be in su mode
jason