Git Product home page Git Product logo

Comments (7)

homewsn avatar homewsn commented on September 26, 2024 1

I wrote bsniffhub exactly for this purpose. It interfaces Sniffle firmware directly to Wireshark, has both a console version and a GUI version, and can be used for both Linux and Windows.

from sniffle.

sultanqasim avatar sultanqasim commented on September 26, 2024

Anything is possible, would just take time to implement 😉

from sniffle.

piotrwiniarczyk-silvair avatar piotrwiniarczyk-silvair commented on September 26, 2024

The documentation for this is here (extcap):
https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html
and a working example can be seen in Nordic sniffer here:
https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le/download#infotabs
with installation documentation here:
https://infocenter.nordicsemi.com/topic/ug_sniffer_ble/UG/sniffer_ble/installing_sniffer_plugin.html

from sniffle.

jslawek avatar jslawek commented on September 26, 2024

I agree, extcap would be nice. The nRF toolbar in Wireshark is also very convenient by the way. It does not look too complex to implement something similar, maybe even starting with their extcap - which is written in python, and with (looks like) permissive license:

without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so.

But for starters maybe even easier would be just to write the packets to a FIFO pipe instead of pcap file, and then open the pipe in wireshark?
Just like in btlejack: you specify a FIFO file as a parameter, and then issue wireshark -i PIPEFILE to get the live packets directly.

It is implemented in btlejack's python cli, so it should be easy to port.

from sniffle.

jslawek avatar jslawek commented on September 26, 2024

Ohh... I just missed the fact that extcap is already there: #42. I will test it and maybe look into possibilities for adding a tolbar similar to the nRF one.

from sniffle.

maichai avatar maichai commented on September 26, 2024

That is awesome! I will try that.

from sniffle.

sultanqasim avatar sultanqasim commented on September 26, 2024

Added in v1.7

from sniffle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.