I'm trying to upgrade from an older (OEM) winpcap to winpcap OME 4.1.2.

I have been using code like this:

      oid->Oid = OID_GEN_MEDIA_CONNECT_STATUS;
      oid->Length = 1024 - (sizeof(oid->Oid) - sizeof(oid->Length));
      if (PacketRequest(np->adapter, false, oid)) {

But, it seems that the 'struct pcap' is no longer defined anywhere,
and I cannot find anything equivalent to get the adapter.

Anyone have any ideas?

Thanks,
Ben

--
Ben Greear <[email protected]>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
Winpcap-users mailing list
[email protected]
https://www.winpcap.org/mailman/listinfo/winpcap-users

Reply via email to