spyro papademetriou wrote:
> is it possible to build a user space program that can capture MAC
> addresses from incoming ip packets ?
Sure. You can create a socket of type SOCK_PACKET (see the libpcap
source code), or you can use `tcpdump -w - ...' to perform the actual
packet capture.
> if so, can you provide some pointers to info ?
I'm not aware of any details, other than the kernel source, and the
source for libpcap.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]