Subject: Re: Some Help Debugging lpd with MacOS 9 printing.
To: Henry B. Hotz <hotz@jpl.nasa.gov>
From: Dave Huang <khym@azeotrope.org>
List: port-mac68k
Date: 10/26/2001 17:23:05
On Fri, 26 Oct 2001, Henry B. Hotz wrote:
> Installing a new program just to look at 6 characters seems like
> overkill, but I'll look at it.

Not quite as convenient, but you could do a tcpdump -w somefile, then
look at somefile with hexdump -C. Some knowledge of TCP/IP headers is
needed though, to tell where the data starts. (I'm not good enough with
TCP/IP to just eyeball it, so I generally only use this method when
there's text in the data... HTTP request/replies, for example).