- Another option here is you can right click on the generated pcap file in workspace and select 'Open outside MATLAB' option and can access the pcap file in Wireshark or other options.
Issue with working with Generate CU-plane Messages for ORAN Fronthaul Test
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nakka Shankar
am 27 Mai 2024
Beantwortet: Manikanta Aditya
am 27 Mai 2024
Hi,
I am working with the following example, https://in.mathworks.com/help/5g/ug/generate-cu-plane-messages-for-oran-fronthaul-test.html, but here at the step of %winopen(cufilename) % Uncomment to open the file in Wireshark on Windows, I am unable to open the pcap generated file in the wireshark or windows, I need help here.
Thanks
0 Kommentare
Akzeptierte Antwort
Manikanta Aditya
am 27 Mai 2024
For opening the generating the 'pcap' file in Wireshark you have to download the Wireshark software, using 'winopen' command will give you options to open the pcap file with different options.
But apart from Wireshark if you open the pcap file it will in unsupported format which might not help you to analyse the pcap file.
%winopen(cufilename) % Uncomment to open the file in Wireshark on Windows
If you have the downloaded Wireshark, then it will redirect you to Wireshark and opens the pcap file when you use the 'winopen' command.
You can download Wireshark from here: https://www.wireshark.org/download.html
I hope this will help you to open the pcap file in Wireshark and analyse the network traffic data.
Thanks.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Weather and Atmospheric Science finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!