<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn&amp;#39;t see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 17 mi</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59661/yanssq-yet-another-nrf-sniffer-setup-question-wireshark-doesn-t-see-nrf-capture-plugin-mike-mikes-macbook-pro-10-1-extcap-pwd-applications-wireshark-app-contents-macos-extcap-mike-mikes-macbook-pro-10-1-extcap-ls--al-total-76</link><description>This seems to be a recurring question. I suspect the Wireshark/nrf-Sniffer setup is delicate enough that minor changes/upgrades in any of the components causes a problem. 
 Currently I get all the way through the PCA10000 firmware loading, Wireshark installation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Apr 2020 09:31:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59661/yanssq-yet-another-nrf-sniffer-setup-question-wireshark-doesn-t-see-nrf-capture-plugin-mike-mikes-macbook-pro-10-1-extcap-pwd-applications-wireshark-app-contents-macos-extcap-mike-mikes-macbook-pro-10-1-extcap-ls--al-total-76" /><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/245175?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2020 09:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:057604e8-c13e-4aa9-9a63-b56c8968f36b</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;I had the very same problem (OS/X&amp;nbsp;10.14.6), but I had not python3 installed under /usr/bin. So I looked into nrf_sniffer_ble.sh to see that the script will run&amp;nbsp;/usr/local/bin/python3 and I used the corresponding&amp;nbsp;/usr/local/bin/pip3 to install pyserial. Then the plugin showed up in Wireshark.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243754?ContentTypeID=1</link><pubDate>Mon, 06 Apr 2020 18:39:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ac6a11-6319-45e1-bad9-8cae0cc09316</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;p&gt;Here&amp;#39;s some info from Guy Harris on the Wireshark forum:&lt;/p&gt;
&lt;p&gt;NOTE: that works only if you have Xcode installed; apparently, &lt;code&gt;/usr/bin/python3&lt;/code&gt; is a small program that tries to find Xcode and run the python3 in Xcode (&lt;code&gt;/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;I tried it on a machine running 10.15.4 and &lt;em&gt;without&lt;/em&gt; Xcode, and it complained about not being able to find scrub.&lt;/p&gt;
&lt;p&gt;Earlier releases &lt;em&gt;didn&amp;#39;t&lt;/em&gt; offer Python 3 at all, so, if Nordic&amp;#39;s nRF Sniffer depends on Python 3, 1) it won&amp;#39;t work on pre-Catalina systems if you don&amp;#39;t install Python 3 but 2) if you &lt;em&gt;do&lt;/em&gt; install Python 3, you don&amp;#39;t have a collision between the OS&amp;#39;s Python 3 and an installed Python 3.&lt;/p&gt;
&lt;p&gt;So:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;pre-Catalina: you &lt;em&gt;must&lt;/em&gt; install Python 3 - and , but that&amp;#39;s enough;&lt;/li&gt;
&lt;li&gt;Catalina, without Xcode: you &lt;em&gt;must&lt;/em&gt; install Python 3 - and pyserial, and probably pip3 to use to install pyserial - and may have to make sure that running Python doesn&amp;#39;t get you the non-working &lt;code&gt;/usr/bin/pyhon3&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Catalina, with Xcode: if you &lt;em&gt;don&amp;#39;t&lt;/em&gt; install Python 3, and &lt;em&gt;do&lt;/em&gt; install pyserial using, for example, &lt;code&gt;/usr/bin/pip3&lt;/code&gt; - that may be sufficient, and if you &lt;em&gt;do&lt;/em&gt; install a third-party Python 3, you will probably have to make sure that running Python doesn&amp;#39;t get you &lt;code&gt;/usr/bin/python3&lt;/code&gt; unless you&amp;#39;ve installed pyserial for it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You might want to notify Nordic Semiconductor about this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243530?ContentTypeID=1</link><pubDate>Sun, 05 Apr 2020 22:18:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af615437-595f-4ba7-b176-51471b45c436</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;p&gt;&lt;strong&gt;BINGO!&lt;/strong&gt; You got it right! &amp;nbsp;I installed a full Python 3.8.2, which duplicated the copy already in Catalina. &amp;nbsp;The pyserial I installed went to my copy. &amp;nbsp;And my&amp;nbsp;./nrf_sniffer_ble.sh --extcap-interfaces test ran against that version as well. But Wireshark used the Catalina version.&lt;/p&gt;
&lt;p&gt;Any hints on how I can uninstall my duplicate&amp;nbsp;copy of Python3 without disturbing the system version? :-)&lt;/p&gt;
&lt;p&gt;Thanks for all the help!&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243528?ContentTypeID=1</link><pubDate>Sun, 05 Apr 2020 21:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9701fc5-2f76-4a57-937e-8810996f3327</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Will check that out. &amp;nbsp;Thanks for the suggestion.&lt;/li&gt;
&lt;li&gt;Have been checking this out from the Wireshark side as well, on their forum, and have lots of interaction there, but no fix for my Catalina system yet. &amp;nbsp;Check the thread out &lt;a href="https://ask.wireshark.org/question/15587/nrf-sniffer-30-doesnt-show-in-list-of-external-capture-modules-why/"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;I did succeed in getting it running on a non-Catalina&amp;nbsp;older Mac, so have a partial solution for my immediate needs. Feel free to reduce the priority of this ticket to non-urgent.&lt;/li&gt;
&lt;li&gt;From the Wireshark interactions I&amp;#39;m suspecting the new file security provisions in Catalina are getting the way of access to the nRF Sniffer files.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243512?ContentTypeID=1</link><pubDate>Sun, 05 Apr 2020 15:16:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68eb3d03-2860-4b94-ae45-ab7d469db6e7</guid><dc:creator>Carles</dc:creator><description>&lt;p&gt;We tested the sniffer on Catalina before releasing 3.0.0. The issue might be related to the fact that Catalina (surprisingly) comes with its own Python *3* installation built-in. So if you are using the homebrew Python 3 (/usr/local/bin/python3) to install pyserial it might well be that&amp;nbsp;nrf_sniffer_ble.sh is actually instead invoking the macOS buil-tin /usr/bin/python3 Python 3 and in that case the built-in one might not have pyserial installed. You can try to install pyserial with /usr/bin/pip3 see if that fixes it:&lt;/p&gt;
&lt;p&gt;$ /usr/bin/pip3 install -U pyserial&lt;/p&gt;
&lt;p&gt;Then try running&amp;nbsp;&lt;span&gt;nrf_sniffer_ble.sh again and see if the interface is listed.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243316?ContentTypeID=1</link><pubDate>Fri, 03 Apr 2020 07:32:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f596ce53-f307-4828-ad76-3726b488b305</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;p&gt;Tried installing nrf Sniffer and Wireshark on a Windows 10 VM on my Mac. &amp;nbsp;Installed fine, but has the same problem -- the nrf Capture plugin doesn&amp;#39;t show up in the available list of Capture filters in Wireshark. &amp;nbsp;That&amp;#39;s in spite of passing the &amp;quot;run the filter from a command window in the extcap folder&amp;quot; test.&lt;/p&gt;
&lt;p&gt;Note: &amp;quot;nrf_sniffer_ble.bat 3.0.0 extcap&amp;quot; &lt;strong&gt;does&lt;/strong&gt;&amp;nbsp;show up on the About Wireshark/Plugins tab, and &lt;strong&gt;doesn&amp;#39;t&lt;/strong&gt; show up on the same tab on the Mac.&lt;/p&gt;
&lt;p&gt;Go figure.&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;p&gt;PS: The Windows install only showed 2 Wired filters&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243298?ContentTypeID=1</link><pubDate>Fri, 03 Apr 2020 05:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f452c883-f5f7-4aec-99dc-0e25c85f63b4</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;p&gt;I tried installing Wireshark and nrf Sniffer on another Mac, with an earlier version of macOS than Catalina. Same problem.&lt;/p&gt;
&lt;p&gt;I did note, however, that the installation package, Add Wireshark to the system path.pkg, didn&amp;#39;t appear to do anything. The PATH environment variable was the same before and after running it. &amp;nbsp;What pathname should have been added to PATH?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243161?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2020 11:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0261af5-5924-43a4-807d-c99b487baf82</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I have asked for help from a colleague who might know, but I would suggest you use Windows if things are very urgent as you say they are,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/243105?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2020 08:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e98985-276b-4e4b-891d-7c4cfb059b19</guid><dc:creator>Mike Wirth</dc:creator><description>&lt;p&gt;Would be useful if I can get nRF Sniffer working. &amp;nbsp;Am trying to diagnose low-level BLE issues with iPhones and Android, part of a volunteer effort to create a Contact Tracker to help fight the current COVID-19 pandemic. &amp;nbsp;So sooner, is better than later :-)&lt;/p&gt;
&lt;p&gt;TIA,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: YANSSQ: Yet Another nRF Sniffer Setup Question! (Wireshark doesn't see nrf Capture Plugin)mike@Mikes-MacBook-Pro-10-1 extcap % pwd
/Applications/Wireshark.app/Contents/MacOS/extcap
mike@Mikes-MacBook-Pro-10-1 extcap % ls -al
total 760
drwxr-xr-x@ 1</title><link>https://devzone.nordicsemi.com/thread/242840?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 06:52:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ce08988-3aab-4670-afd6-c9b54b72a3bf</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;There could be an issue with Wireshark/nrfSniffer interface in latest Mac OSes including Catalina. Haven&amp;#39;t tested this myself but have noticed the noise around it. I can create a task for the developers to fix this, but currently I am not aware of any workarounds unfortunately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>