English 中文(简体)
Wireshark没有区分ACSE和MS MMS PDUs
原标题:Wireshark doesn t distinguish ACSE and MMS PDUs

我正与电源shark 中的信息制造规格( MMS) 合作。 该工具无法解析 ACSE 层 。 它没有显示任何错误, 但是它显示 ACSE 数据是 MMS 的一部分, 也就是说, 在演示文稿层之后, 显示 MMS 。 如果有办法让 irshark 区分两个层, 请协助 。

谢谢

问题回答

这个问题来自2012年, 但2016年Wireshark 2. 2. 0 能够在 MMS PDUs 中解剖 ACSE( 协会控制服务元素) 。 要测试它, 您可以下载 < a href=" https://wiki. wireshark. org/ SampleCaptures? action= AttachFile&do=view& 目标=mms. pcap. gz" rel=“ nofolpt” > MMS 样本从 Wireshark 网站 < / a > 获取数据, 并在 Wireshark 中打开。 您可以看到解剖的 ASCE, 例如 :

ISO 8650-1 OSI Association Control Service
    aarq
        Padding: 7
        protocol-version: 80 (version1)
        aSO-context-name: 1.0.9506.1.1 (iso.0.9506.1.1)
        called-AP-title: ap-title-form2 (1)
        called-AE-qualifier: aso-qualifier-form2 (1)
        calling-AP-title: ap-title-form2 (1)
        calling-AE-qualifier: aso-qualifier-form2 (1)
        user-information: 1 item




相关问题
UDP Raw Data differ in application and wireshark

We are developing a application to recieve UDP broadcast from a third party application. Wireshark shows packets of 512 bytes. Each packet have header information. Below is 8 bytes as wireshark shows ...

How to throttle network traffic for environment simulation?

I m trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...

Does wireshark support web frontend?

I m looking for a wireshark web front end that can diplay the content of a pcap file in the similar way as wireshark . The purpose of doing it is that we can setup a pcap repository for certain ...

Mapping HTTP requests to HTTP responses

If I make multiple HTTP Get Requests to the same server and get HTTP 200 OK responses to each one how do I tell which request maps to which response using Wireshark? Currently it looks like an http ...

How can I decode SQL Server traffic with wireshark?

I can capture the packets using wireshark, but I can t decode the stream into anything intelligible. This item in the WireShark bug database suggests that maybe this isn t possible in SQL Server 2005 ...

Find simultaneous connection through wireshark

Just finish reading Steve Souder s blog post related to max. simultaneous connection allow on modern browser. I wanted to see for myself on how many simultaneous connection firefox uses to connect to ...

热门标签