ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] RE: Developing Application-layer protocol dissector for X.25

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Durgaprasad SV <Durgaprasad.SV@xxxxxxxxxxx>
Date: Tue, 15 Jun 2004 19:57:59 +0530
[Durgaprasad SV] 
>> I have a requirement to develop a dissector/plug-in for an
application-layer
>> protocol (proprietory).
>> The transport layer/network layer can be either TCP/IP or X.25.
>> 
>> I could figure out how to develop the dissector in case of transport over
>> TCP/IP.
>> Can some one help me to do this in case of X.25 as transport layer.

[Guy Harris]
>What indicates, in an X.25 call, that your protocol is being used? 
>I.e., is it specified with an X.25 secondary protocol identifier, or
>something else?

[Durgaprasad SV] 
I am not sure, Since I am using a 3rd party socket interface (same vendor
who is providing the  X.25 software) which exposes Socket interface similar
to WinSock library (on Windows).