Ethereal-dev: Re: [Ethereal-dev] How to add a new item in menu bar?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 1 May 2004 14:06:53 -0700
On Fri, Apr 30, 2004 at 11:42:38AM +0000, achraf laamarti  wrote:
> I would like to add a new item in the menu of ethereal but i don't know
> what changes i have to make.
> I would like to add an item called "Analyse_radius".
> I think that i have to change the menu.c function.

If you're not doing this as a tap, you'd change menu.c.

However, if you're doing it as a tap, you'd call
"register_tap_menu_item()", which will add the item to the menu.