Ethereal-dev: Re: [ethereal-dev] PATCH: Print followed TCP stream

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: Fri, 29 Oct 1999 23:48:31 -0700
> You might get it to work if you are able to print the lines in the TCP Follow
> window much like the hex data in print.ps... as options to the 'hexdump'
> postscript function (defined in print.ps). That will print fixed-width text.
> And it's smart enough to know about page breaks, so you can just hexdump()
> line after line.

Given that just about all of what we display and print is fixed-width
text, is there any reason not to

	1) rename "hexdump" to something more generic

and

	2) use it to print *all* the text that comes from the summary
	   (for "File/Print"), detail, or hex windows (so that it
	   correctly handles page boundaries)

as well as using it for the "follow stream" data?