Not if you use wpcap.dll, since in that case the user-level packet
buffer is totally hidden by the API. If you want this kind of
information you probably need to use packet.dll, or patch wpcap.dll to
return it.
Loris
Fed wrote:
Hello all,
I have one question: is it possible to know how many p
Hello all,
I have one question: is it possible to know how many packets have been
passed from the kernel driver to the DLL while I'm reading one single
packet?
I mean: I need to read 1 (one) packet and simultaneously know how many
packets the kernel driver has passed into the buffer ot the DLL.