04-04-2017 08:38 AM
Hi everybody,
for a customer we need to install Wireshark to sniff and troubleshoot a network issue.
I saw that in the 2016 NI repository there is wireshark and also libpcap.
I installed both but the version of wireshark in the repository was not compiled with libpcap and is not able to sniff (only to open logs).
Is there a possibility to integrate libpcap functionality after compilation?
If we have to start again from the source (I saw that the version in the NI repository is the 1.12.4) which is the configuration used for building wireshark (./configure options)?
Thank you in advance!
Regards.
Solved! Go to Solution.
04-04-2017 09:16 AM
Hmm, odd. I'll take a look into that.
Anyway, to get unstuck you can install tcpdump from the feeds, dump the traffic that you care to inspect, and load that into wireshark (host or target) to investigate visually.
04-05-2017 03:03 AM
Nice! The tcpdump solution works perfectly!
I will propose this solution as a workaround... Regards 🙂