From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: convert to labview 2015

Hi,

 

Has anyone figured a way to use packet sniffing i.e. setting the NIC into promiscuous mode and reading the packets in 64bit LV?

 

It works for me in 32 bit but our entire architecture is based on 64 as we need to process large amounts of data (raw camera images). 

0 Kudos
Message 1 of 3
(1,872 Views)

I assume you use the winpcap shared library wrapper that is posted elsewhere. The solution is to get the source code for that shared library wrapper and recompile it as 64-bit DLL. If you use a different solution, please elaborate.

Rolf Kalbermatter
My Blog
Message 2 of 3
(1,840 Views)

One of my colleagues managed to compile the dll for 64. I've attached it for anyone else looking for it 🙂 I tested with LV2018 x64

 

0 Kudos
Message 3 of 3
(1,815 Views)