Move RTP Analysis to Statistics menu

(all taps should be located here especially
 very protocol specific ones)

svn path=/trunk/; revision=7299
This commit is contained in:
Laurent Deniel 2003-03-06 21:21:43 +00:00
parent d17a08f9cd
commit 58a4a837e0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
* $Id: menu.c,v 1.84 2003/03/06 20:35:12 sahlberg Exp $
* $Id: menu.c,v 1.85 2003/03/06 21:21:43 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -219,8 +219,6 @@ static GtkItemFactoryEntry menu_items[] =
0, NULL, NULL),
ITEM_FACTORY_ENTRY("/Tools/_Decode As...", NULL, decode_as_cb,
0, NULL, NULL),
ITEM_FACTORY_ENTRY("/Tools/_RTP analysis...", NULL, rtp_analyse_cb,
0, NULL, NULL),
ITEM_FACTORY_ENTRY("/Tools/_Go To Corresponding Frame", NULL, goto_framenum_cb,
0, NULL, NULL),
/* {"/Tools/Graph", NULL, NULL, 0, NULL}, future use */
@ -256,6 +254,8 @@ static GtkItemFactoryEntry menu_items[] =
NULL),
ITEM_FACTORY_ENTRY("/Tools/Statistics/SMB/RTT", NULL, gtk_smbstat_cb,
0, NULL, NULL),
ITEM_FACTORY_ENTRY("/Tools/Statistics/RTP Analysis...", NULL, rtp_analyse_cb,
0, NULL, NULL),
ITEM_FACTORY_ENTRY("/_Help", NULL, NULL, 0, "<LastBranch>", NULL),
ITEM_FACTORY_STOCK_ENTRY("/Help/_Help", NULL, help_cb, 0, GTK_STOCK_HELP),
ITEM_FACTORY_ENTRY("/Help/<separator>", NULL, NULL, 0, "<Separator>", NULL),