slemke76 0 Posted February 14 (edited) Hello, I am playing around with the OverbyteICSNetMon example (from latest snapshot) using the NPCap Driver (because the need of the promiscuous mode). While it´s working as win32 target fine it get access violations when compiling in 64 bit mode. After playing around I found that the OverbyteIcsMonNdis unit uses at several points the "longword" type - replacing it with NativeUInt stopped the access violations but the application does not capture any traffic. Can anybody help me to get this example as win64 working? Thanks Sebastian Edited February 14 by slemke76 Share this post Link to post
Angus Robertson 612 Posted February 14 The OverbyteICSNetMon sample builds fine for Win64, built it two days ago. But there is a comment in the sample 'Pending - NPCap does not seem to work on Win64, needs more testing', and I've never had time to look into it. This code was written 20 years for Pcap and quickly updated for NPcap, perhaps I missed some stuff. In particular, it uses Windows magic to assume that a Win64 version of packet.dll is found., Angus Share this post Link to post