From owner-freebsd-questions Wed Aug 7 23:02:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA12986 for questions-outgoing; Wed, 7 Aug 1996 23:02:44 -0700 (PDT) Received: from gdi.uoregon.edu ([128.223.150.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA08739 for ; Wed, 7 Aug 1996 22:31:07 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id WAA00393; Wed, 7 Aug 1996 22:30:35 -0700 (PDT) Date: Wed, 7 Aug 1996 22:30:35 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: brian stacy queen cc: questions@freebsd.org Subject: Re: ppp packet sniffing In-Reply-To: <3207C6AF.41C67EA6@best.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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