フィルターのクリア

Issue with working with Generate CU-plane Messages for ORAN Fronthaul Test

3 ビュー (過去 30 日間)
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

採用された回答

Manikanta Aditya
Manikanta Aditya 2024 年 5 月 27 日
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
  • 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.
I hope this will help you to open the pcap file in Wireshark and analyse the network traffic data.
Thanks.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWaveform Generation についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by