> "sbourland" == sbourland writes:
sbourland> I have a very simple program that watches for packets on
sbourland> an interface and then sends a reply packet. On all the
sbourland> Core 2 Duo systems I have tested, the response time is on
sbourland> the order of <20 usec (mea
Hi to all,
I'm trying to sniff from several wifi cards at the same time with pcap
library,
if the wifi interfaces are set for example to channel 1 and 3, there is a
chance
for both of them to read the same packet.
Anyone have an idea how I can discard duplicated packets and only process
them once?