数据包详细信息标记语言

发布于 2024-11-18 20:37:22 字数 229 浏览 3 评论 0原文

我在通过 .Net 应用程序解析包含 gsm 数据包的 XML 时遇到问题。我想将从解析的 XML 获得的数据解码为wire shark Decode。问题是,我有关 gsm 数据包和协议的信息是有限的。

我在某处读到wire shark通过PDML(数据包详细标记语言)文件解析xml,该文件包含包括gsm在内的所有类型协议的所有信息。

我用谷歌搜索但没有找到该文件。

任何帮助和建议将不胜感激

I have problem in parsing XML containing gsm packets through my .Net application.I want to decode data obtained from parsed XML as wire shark Decode.Problem is,That my information regarding gsm packets and protocols is limited.

I read somewhere that wire shark parse xml through PDML(Packet Details Markup Language) File which contains all the information of all types of protocols including gsm.

I googled but not found that file.

Any help and Suggestions will be appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女的英雄梦 2024-11-25 20:37:22

您可以使用 Wireshark 中的“导出”->“XML”菜单生成 PDML 文件。 PDML 是捕获的数据流的 XML 表示形式。为此,您应该将 GSM 解析器与 Wireshark 一起安装。

GSM 呼叫流程 将让您了解解码后的 Wireshark 输出会发生什么。

You can use the Export->XML menu in Wireshark to generate a PDML file. PDML is an XML representation of your the captured data flow. For this to work, you should have the GSM dissectors installed along with Wireshark.

GSM call flows will give you an idea on what to expect from the decoded Wireshark output.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文