All Questions
Tagged with jnr packet-sniffers
1 question
0
votes
1
answer
344
views
Packet.dll get mac address (JNR-FFI)
How does one map the function below to java with jnr-ffi?
BOOLEAN PacketRequest(LPADAPTER AdapterObject,BOOLEAN Set,PPACKET_OID_DATA OidData);
Example (C): https://github.com/patmarion/winpcap/...