Hi,
You can use text2pcap but
you still need to code the message your self unless you have some sample
Messages you can paste
together. Like RANAP messages from some other trace with the IE:s your after.
Best regards
Anders
Från:
wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För
taraniteja.vishwanatha@xxxxxxxxx
Skickat: den 12 april 2007 08:02
Till: wireshark-dev@xxxxxxxxxxxxx
Ämne: Re: [Wireshark-dev]
Including ASN.1 format coding in a C dissector
Hi Anders,
Thanks for the
information. The dissector is propreitary , hence I cant include it in
Wireshark.
I will include RANAP
messages in the way you have mentioned.
But then , I will have a
tough time forming packets for testing . Any clue how can I form the packets.
Thanks in advance.
Regards,
Tarani
From:
Taraniteja Vishwanatha (WT01 - IP-Multimedia Carrier & Ent Networks)
Sent: Wednesday, April 11, 2007
5:40 PM
To: 'wireshark-dev@xxxxxxxxxxxxx'
Subject: Including ASN.1 format
coding in a C dissector
Hi ,
I have written a dissector for a protocol which
has a coding standard of Tag-Length-Value. Now in this dissector , I have to
add some messages of RANAP protocol which has a coding standard in ASN.1
format.Already the dissector for RANAP is available in the wireshark. Now:
1.Can I call the existing dissector for those
particular messages??? If so how do I do that??
2. If I want to include it normally in my dissector,
how can I convert the ASN.1 format to obtain the tag and lengths of
individual parameters??
Can anybody please help??
//Tarani