Re: [Wireshark-dev] adding some features

2008-07-01 Thread Abhik Sarkar
Hi Embiza,

Jeff's answer to another mail just reminded me that I wanted to tell
you to have a look at MATE (http://wiki.wireshark.org/Mate) as well.
You have only mentioned that you are working on a "RADIUS filter", but
perhaps your end objective is something similar to what MATE can
already do.

HTH
Abhik.

On Mon, Jun 30, 2008 at 11:22 PM, Abhik Sarkar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You might find something of use here :
> http://www.wireshark.org/docs/wsdg_html_chunked/ChapterUserInterface.html.
> Most (all?) of the GUI code is in the gtk directory. For an example
> from the Analyze menu, check out gtk\expert_dlg.c.
>
> HTH
> Abhik.
>
> On Mon, Jun 30, 2008 at 5:03 PM, Embiza Tadesse <[EMAIL PROTECTED]> wrote:
>> Hi all
>>
>>
>>
>> I built wireshark from source on my win xp and am trying to add a menu item
>> called 'Radius Filter' on the 'Analyze' menu.
>>
>> I saw the 'gtk\main_menu.c' file and added on the menu_items item factory
>> entry  the below code:
>>
>>   {"/Analyze/radius Filter...",NULL, GTK_MENU_FUNC(radius_cb),0,NULL,NULL},
>>
>>
>>
>>
>>
>> I want to know where my callback function implementation should be and where
>> the GUI of the application that comes after clicking the menu item should
>> reside
>> thanks
>>
>> ___
>> Wireshark-dev mailing list
>> Wireshark-dev@wireshark.org
>> https://wireshark.org/mailman/listinfo/wireshark-dev
>>
>>
>
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] adding some features

2008-06-30 Thread Abhik Sarkar
Hi,

You might find something of use here :
http://www.wireshark.org/docs/wsdg_html_chunked/ChapterUserInterface.html.
Most (all?) of the GUI code is in the gtk directory. For an example
from the Analyze menu, check out gtk\expert_dlg.c.

HTH
Abhik.

On Mon, Jun 30, 2008 at 5:03 PM, Embiza Tadesse <[EMAIL PROTECTED]> wrote:
> Hi all
>
>
>
> I built wireshark from source on my win xp and am trying to add a menu item
> called 'Radius Filter' on the 'Analyze' menu.
>
> I saw the 'gtk\main_menu.c' file and added on the menu_items item factory
> entry  the below code:
>
>   {"/Analyze/radius Filter...",NULL, GTK_MENU_FUNC(radius_cb),0,NULL,NULL},
>
>
>
>
>
> I want to know where my callback function implementation should be and where
> the GUI of the application that comes after clicking the menu item should
> reside
> thanks
>
> ___
> Wireshark-dev mailing list
> Wireshark-dev@wireshark.org
> https://wireshark.org/mailman/listinfo/wireshark-dev
>
>
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


[Wireshark-dev] adding some features

2008-06-30 Thread Embiza Tadesse

Hi all
 
I built wireshark from source on my win xp and am trying to add a menu item 
called 'Radius Filter' on the 'Analyze' menu.
I saw the 'gtk\main_menu.c' file and added on the menu_items item factory entry 
 the below code:
  {"/Analyze/radius Filter...",NULL, GTK_MENU_FUNC(radius_cb),0,NULL,NULL},
 
 
I want to know where my callback function implementation should be and where 
the GUI of the application that comes after clicking the menu item should reside
thanks


  ___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev