Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 1996 22:30:35 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        brian stacy queen <bohandas@best.com>
Cc:        questions@freebsd.org
Subject:   Re: ppp packet sniffing
Message-ID:  <Pine.BSI.3.94.960807222932.216T-100000@gdi.uoregon.edu>
In-Reply-To: <3207C6AF.41C67EA6@best.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Aug 1996, brian stacy queen wrote:

> How do I get the ability to view ppp packets so I can see the GETs
> issued by Netscape.  I know how with Trumpet Winsock.  I really need to
> see the GETs and all of the html as it flows in.

I don't know if you can get that low BUT tcpdump does work on tun0.

tcpdump -i tun0 does give output (it is as I write here).  

You'll have to hexdump the packets and parse them manually.

Why do you need to do this?  Why not check the server's access_log, if you
have access to it?

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960807222932.216T-100000>