Subject: Re: tcpdump or ethereal
To: None <netbsd-help@netbsd.org>
From: None <xs@kittenz.org>
List: netbsd-help
Date: 04/21/2002 12:09:32
on Sat, Apr 20, 2002 at 08:54:52PM -0400, Matt Herzog wrote:
> So all I really want is a way to see all the fqdns of all the servers I hit
> with my browser. I'm open to using anything in pkgsrc that will accomplish 
> this.

ngrep -id ne0 ^get

then look for 'Host:' in the output. It also gives the IP address..
See pkgsrc/net/ngrep.