If all you need is to store the payload from a single RTP stream to a file,
consider Statistics > RTP > Show all Streams > Save As.
This will save the payload along with timing information to a file in
rtpdump format.
see http://wiki.wireshark.org/rtpdump
Br,
Lars Ruoff
_______________________________
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of ???? ???????
Sent: mardi 25 septembre 2007 13:03
To: wireshark-dev@xxxxxxxxxxxxx
Subject: Re: [Wireshark-dev] add sub menu into wireshark menu
> what do I suppose to do to know how add submenu into
wireshark menu
> from plugin
It is possible to add things to the statistics menu from a
plug-in, but
there is no simple method for adding a new menu from a
plug-in. What
are you trying to add to the menus?
Steve
I write plugin for decode rtp-traffic encoded with G729.
I need to store payload from trace. That's why a menu item should be
inserted into Statistics menu.