Ethereal-dev: Re: [Ethereal-dev] Re: Performance: change the time format for a file with 500 0

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 5 Dec 2003 13:45:27 -0800

On Dec 5, 2003, at 8:47 AM, Jeff Morriss wrote:

What about pursuing the other optimizations I was looking at?

The problem with systems where you can't use our private GtkClist if you build for GTK+ 1.2[.x] (e.g., AIX, I think) could probably be solved by renaming it to EthClist, with "eth_clist" routines.

If we could make EthClist work on GTK+ 1.3[.x] and 2.x, with whatever #ifdefs are necessary, that'd let us use it there as well.

If we can do that, then, once we do, we can then modify EthClist as we need in order to speed it up (modulo other bits of GTK+ getting in the way).