This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Wireshark don't show packets data (nRF Sniffer v.2 beta)

Hi

I have a problem with showing data packets in wireshark. I configured the sniffer according to the instructions. At capturing packets in main window don't show anything, but if I open a "Log", there will be displayed data, which, through one package, show the error of the generated package.

Version Wireshark - 2.6.2

Version python - 2.7.16

Thanks in advance for the answer

  • Hi

    If I understood correctly, as written in the requirements.txt file, I need to install pyserial 3.4.

    pyserial 3.4 I placed in the directory C: \ Python27 \ Lib \ site-packages \ pyserial-3.4 (I found an example in the Internet)

    When using pip to install this module, this message comes out.

    Can you tell me if I can make a mistake somewhere?

    Thank you in advance

  • Based on your screen shot, looks like pyserial did not get installed correctly

    Look at the required software section (section 1.2) in the nRF Sniffer v2 User Guide.

    It says

    For Windows - “C:\Python27\Scripts\pip.exe install -r requirements.txt” to install the
    python modules required for nRF Sniffer v2

Related