Re: [Wireshark-dev] lua functions

2007-10-01 Thread Илья Куделин
> In the case of retap_packets you can call it as: > > cf_retap_packets(&cfile, FALSE); > > > > But you should do that from a gui action *_stat.c in the gtk/ dir as > it would only work in wireshark (it won't work for tshark). > > in which lib i can fund this function. because, the compiler says

Re: [Wireshark-dev] lua functions

2007-10-01 Thread Илья Куделин
> > In the case of retap_packets you can call it as: > > cf_retap_packets(&cfile, FALSE); > > > But you should do that from a gui action *_stat.c in the gtk/ dir as > it would only work in wireshark (it won't work for tshark). > > in which lib i can fund this function. because, the compiler says

Re: [Wireshark-dev] lua functions

2007-10-01 Thread Илья Куделин
> > > Sorry but I been very busy lately. > > Most lua functions are just wrappers for functions of wireshark's > "API". Don't use the Lua wrappers, use the very same C functions they > use instead, you can use the code in them instead! > > you can take the code in wslua_retap_packets() and > wslua_

Re: [Wireshark-dev] lua functions

2007-10-01 Thread Илья Куделин
instead! > > you can take the code in wslua_retap_packets() and > wslua_register_menu() and instead of fetching the parameters from the > lua_State you should get them yourself. > > BTW > I do not see any good use in a dissector for retap_packets(), which > kind of plugin are

Re: [Wireshark-dev] lua functions

2007-09-27 Thread Илья Куделин
> > Hi > can anybody tell me how i can use lua functions (f.e.retap_packets() ) > from > plugin which written in C ? > -- next part -- > Nobody know how it use? f.e. wslua_retap_packets(lua_State *L) or wslua_register_menu(lua_State *L) what is lua_State? how make it work?

[Wireshark-dev] lua functions

2007-09-26 Thread Илья Куделин
Hi can anybody tell me how i can use lua functions (f.e.retap_packets() ) from plugin which written in C ? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] add sub menu into wireshark menu (Anders Broman)

2007-09-26 Thread Илья Куделин
> > > 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

Re: [Wireshark-dev] add sub menu into wireshark menu

2007-09-25 Thread Илья Куделин
> > Hi, > Have you tried to add your G729 codec to the codecs used by the > RTPplayer? If you do that there should be no need > for extara menus. > Best regards > Anders > > I don't use RTPplayer. i decode payload in plugin into wave file >If all you need is to store the payload from a single RTP

Re: [Wireshark-dev] add sub menu into wireshark menu

2007-09-25 Thread Илья Куделин
> > > 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 p

Re: [Wireshark-dev] add submenu into wireshark menu

2007-09-24 Thread Илья Куделин
i look at this file but i have not one idea how it work :( perhaps plugins/asn1/packet- asn1.c gives you some ideas :-) > > On 9/24/07, Илья Куделин <[EMAIL PROTECTED]> wrote: > > > > hi. > > what do I suppose to do to know how add submenu into wi

Re: [Wireshark-dev] add submenu into wireshark menu

2007-09-24 Thread Илья Куделин
i look at this file but i have not one idea how it work :( perhaps plugins/asn1/packet-asn1.c gives you some ideas :-) > > On 9/24/07, Илья Куделин <[EMAIL PROTECTED]> wrote: > > > > hi. > > what do I suppose to do to know how add submenu into

[Wireshark-dev] add submenu into wireshark menu

2007-09-24 Thread Илья Куделин
hi. what do I suppose to do to know how add submenu into wireshark menu from plugin ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Redissect(retap) packages

2007-09-10 Thread Илья Куделин
utton into wireshark, what do I supposed to do to know handle(GtkWidget) of main window? -- С уважением, Илья Куделин mailto:[EMAIL PROTECTED] icq# 154801384 jabberID [EMAIL PROTECTED] ___ Wireshark-dev mailing list Wir

Re: [Wireshark-dev] finish of dissecting

2007-08-31 Thread Илья Куделин
ibes how to > write a tap. > > > On 8/29/07, Илья Куделин <[EMAIL PROTECTED]> wrote: > > Hi. > > Tell me please, how can i know that wireshark is finished dissecting > packets > > in trace, when trace load into wireshark? i write plugin, and i need > k

[Wireshark-dev] finish of dissecting

2007-08-29 Thread Илья Куделин
Hi. Tell me please, how can i know that wireshark is finished dissecting packets in trace, when trace load into wireshark? i write plugin, and i need know then last packet from trace was processed. -- С уважением, Илья Куделин mailto:[EMAIL PROTECTED] icq# 154801384 jabberID

[Wireshark-dev] rtp payload

2007-08-24 Thread Илья Куделин
ением, Илья Куделин mailto:[EMAIL PROTECTED] icq# 154801384 jabberID [EMAIL PROTECTED] ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] save payload from RTP trace

2007-08-24 Thread Илья Куделин
however, thanx for your help Unfortunately, I can't help answering this question (yet)... perhaps > someone else has the answer. > > On 8/23/07, Илья Куделин <[EMAIL PROTECTED]> wrote: > > > > thanx for links, i found some functions. > > but new question

Re: [Wireshark-dev] save payload from RTP trace

2007-08-23 Thread Илья Куделин
/wsdg_html_chunked/ChDissectReassemble.html > > > http://www.wireshark.org/docs/wsdg_html_chunked/ChDissectConversation.html > > > > Best regards, > > Abhik. > > > > On 8/21/07, Илья Куделин <[EMAIL PROTECTED]> wrote: > > > Hi, sorry for my english

[Wireshark-dev] save payload from RTP trace

2007-08-21 Thread Илья Куделин
think the function is in wireshark SDK -- С уважением, Илья Куделин mailto:[EMAIL PROTECTED] icq# 154801384 jabberID [EMAIL PROTECTED] ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman