Well, I know that you can use something called Airprobe to feed the IQ data to Wireshark. Have a look here.
RTL-SDR Tutorial: Analyzing GSM with Airprobe/GR-GSM and Wireshark
I remember reading that post 6 years ago, that's a bit dated now. That was part of the impetus for me to start using gnuradio on a more regular basis
What I want to do is feed P25 phase 1 audio to Wireshark. If it has to be Linux then so be it, but I do know the learning curve is great since I've been reading about it and swinging back Aspirin. That's why I was hoping to do it in Windows.
Edit-
Okay, here's a brief mention of what I want to do.
RFTap: A Bridge Between GNURadio and Wireshark
You want to use RFTap (which is very basically a sink block in Gnuradio to stream that to wireshark) to dump audio to wireshark? Why not simply just do everything up to the wiretap point in the stock ol' gnuradio and save it to a file? Then you can try to decode what you want by loading the data into wireshark via a file capture? Then you can see if what you
want to do is worth the time it takes to do it? I'm a bit confused as to why you want to dump P1
audio into wireshark, unless you mean you want to dump the P1
data into wireshark, but that is what you wrote
One thing about Linux, enter the wrong command and good luck reversing what you just did.
This is factually wrong. The nice thing about linux is that you can just NOT DO THINGS as a superuser/[sudoer] and then if you really jack things up you just make a new user account and start over from scratch in minutes. Programs will go back to default, you can have a virgin system in about 20 keypresses and a logout/login.
You are equating the fear of your unknown into a problem with the system at large. One can argue, and prove, that a windows user can do more damage to a system than an uniformed plain linux user.
tl;dr - I don't see why you NEED to use RFTap for live streaming right away. I would take two VERY well documented and EXCEPTIONALLY POWERFUL software suites and try to literarally capture the datastream (everything up to that RFTap block in the .grc) and then try opening the saved capture file in wireshark
+++NOT IN REAL TIME+++, so that you can literally move in baby steps. You need to run before you can walk, scratch that, reverse it.
....and don't hate on linux, just because you don't understand it.