Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-07 Thread Anders Broman (AL/EAB)
: [Wireshark-dev] how to make tcap subdissector in plugin This is what I ended up doing. Copy paste TCAP and GSMMAP code into plugin and add my private opcode handling. Why do I need private opcode. Probably I don't understand how can I utilize this extension container as mentioned below.

Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-07 Thread yin sun
ngligt meddelande- > Från: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] För yin sun > Skickat: den 5 juni 2007 21:13 > Till: Developer support list for Wireshark > Ämne: Re: [Wireshark-dev] how to make tcap subdissector in plugin > > It is a private opcode to MAP. >

Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-06 Thread Kukosa, Tomas
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman Sent: Wednesday, June 06, 2007 11:08 PM To: 'Developer support list for Wireshark' Subject: Re: [Wireshark-dev] how to make tcap subdissector in plugin Hi, I suppose this means you have to rebuild the complete MAP Diss

Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-06 Thread Anders Broman
pport list for Wireshark Ämne: Re: [Wireshark-dev] how to make tcap subdissector in plugin It is a private opcode to MAP. /Yin On 6/5/07, Anders Broman <[EMAIL PROTECTED]> wrote: > Hi, > Is it a private opcode to MAP or something missing from MAP? > Regards > Anders > >

Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-05 Thread yin sun
] För yin sun > Skickat: den 5 juni 2007 20:59 > Till: Developer support list for Wireshark > Ämne: [Wireshark-dev] how to make tcap subdissector in plugin > > Hello developer, > > I have made the FooPage example working for plugin. Now I want to have > a plugin similar to

Re: [Wireshark-dev] how to make tcap subdissector in plugin

2007-06-05 Thread Anders Broman
Hi, Is it a private opcode to MAP or something missing from MAP? Regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För yin sun Skickat: den 5 juni 2007 20:59 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] how to make tcap

[Wireshark-dev] how to make tcap subdissector in plugin

2007-06-05 Thread yin sun
Hello developer, I have made the FooPage example working for plugin. Now I want to have a plugin similar to GSM-MAP but as a plugin. Basically this plugin will provide decoder for new opcode. The problem is, to register under tcap I have to call add_itu_tcap_subdissector as I read from gsmmap code