Ethereal-dev: Re: [ethereal-dev] Hex dump reverse video

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: Thu, 8 Jun 2000 22:12:14 -0700
On Thu, Jun 01, 2000 at 12:14:02AM -0500, Gilbert Ramirez wrote:
> You may want to allocate and set black and white once at the beginning of
> the program, and not allocate/set/free them for each packet_hex_print().

Note that in "colfilter_new()" in "gtk/colors.c", black and white are
allocated.  Presumably the allocation of black and white should be done
in only one place, and the results used both for color filters and
inverse-video display in the text window.