Ethereal-dev: Re: [ethereal-dev] Filter Colorization patch(es)

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 24 Aug 1999 00:11:49 -0700 (PDT)
The "Colorize Display" menu item should have "..." after it, as it pops
up a dialog box:

*** menu.c.orig	Mon Aug 23 23:48:22 1999
--- menu.c	Tue Aug 24 00:11:10 1999
***************
*** 100,106 ****
    {"/_Display", NULL, NULL, 0, "<Branch>" },
    {"/Display/_Options...", NULL, GTK_MENU_FUNC(display_opt_cb), 0, NULL},
    {"/Display/_Match Selected", NULL, GTK_MENU_FUNC(match_selected_cb), 0, NULL},
!   {"/Display/_Colorize Display", NULL, GTK_MENU_FUNC(color_display_cb), 0, NULL},
    {"/_Tools", NULL, NULL, 0, "<Branch>" },
    {"/Tools/_Follow TCP Stream", NULL, GTK_MENU_FUNC(follow_stream_cb), 0, NULL},
  /*  {"/Tools/Graph", NULL, NULL, 0, NULL}, future use */
--- 100,106 ----
    {"/_Display", NULL, NULL, 0, "<Branch>" },
    {"/Display/_Options...", NULL, GTK_MENU_FUNC(display_opt_cb), 0, NULL},
    {"/Display/_Match Selected", NULL, GTK_MENU_FUNC(match_selected_cb), 0, NULL},
!   {"/Display/_Colorize Display...", NULL, GTK_MENU_FUNC(color_display_cb), 0, NULL},
    {"/_Tools", NULL, NULL, 0, "<Branch>" },
    {"/Tools/_Follow TCP Stream", NULL, GTK_MENU_FUNC(follow_stream_cb), 0, NULL},
  /*  {"/Tools/Graph", NULL, NULL, 0, NULL}, future use */