DSheirer / sdrtrunk

A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:
GNU General Public License v3.0
1.51k stars 246 forks source link

Wireshark output for IP traffic and raw frames #1866

Open adryd325 opened 4 months ago

adryd325 commented 4 months ago

Heyo!

Adding support for a real-time Wireshark tap for IP traffic (IP over DMR or IP over P25) and/or decoded frames would be very useful and much appreciated. I believe outputting a UDP stream of raw data would do the trick!

Recording PCAPs of IP traffic would be a decent alternative if sending real-time traffic to Wireshark isn't feasible. Not necessary for raw protocol frames as the .bits recording feature already exists

I've seen a lot of IP traffic on local systems and been curious about what they carry. Notably, one system I know of uses some kind of IP transport to transmit locations of busses.

It may also be worth looking into https://rftap.github.io/

adryd325 commented 4 months ago

Some additional notes/references: Wireshark has some basic support for P25 https://wiki.wireshark.org/P25 https://osmocom.org/projects/op25/wiki/WireSharkPage TETRA-Kit has support for feeding into Wireshark