Checking the beta docs there is a note that this has been commented out:
Version 3.1 beta4, 4 nov 04
�
M 12/4/2004 -0800, you wrote:
Hi,
Attempting to set the capture mode to PACKET_MODE_DUMP = 0x10
and I'm getting the error:
A device attached to the system is not functioning.
Referring to the source here:
http://winpcap.polito.it/docs/man/html/Packet_8c-source.html#l00549
We have:
00774 if (mode & MODE_DUMP)
00775 {
00776 EXIT_FAILURE(0);
00777 }
I looks like maybe dump mode isn't supported? Documentation seems to imply it is. Thanks for any help.
Regards,
Cameron
