Ethereal-dev: Re: [Ethereal-dev] Dies on Protocol Hierarchy Stats

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

From: David Frascone <dave@xxxxxxxxxxxx>
Date: Thu, 7 Jun 2001 12:04:46 -0500
> > 	Also, a facility to print this screen would be really useful, at present I take a snapshot and print the gif produced.

Easy:
$ xwd >output.xwd

Click on the window you want a picture of.

You can then gzip that, or use ee to convert it to something useful.

Also, if you have ImageMagic installed, you can use import to do
the same thing, and save as any format.

-Dave