From owner-freebsd-questions Tue Nov 30 8:35: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 541E114DD4 for ; Tue, 30 Nov 1999 08:35:04 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id RAA00430 for ; Tue, 30 Nov 1999 17:36:29 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Tue, 30 Nov 1999 17:36:29 +0100 (CET) From: FreeBSD mailing list To: freebsd-questions@freebsd.org Subject: TCP filtering. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I Am the author of the program sniff in the ports collection of FreeBSD. Actually in these days I Was trying to remove the dependecy of tcpdump from my program trying to access the bpf myself. I discovered that opening the bpf interface for getting raw TCP data my filtering system I used for tcpdum raw data does not work anymore. So I Was trying to experiment on this thing to build a new filter and I wrote a program which makes my freebsd system crash immediately after I use it. IT cannot even sync filesystems and crashes immediately. I do not know the reason. I inculde here the file in attachment if someone wants to help me out. Actually in this file is not included the filter section since it does not work with bpf. If someone as well wants to help me to write a new version of my sniffer without tcpdump is also welcome. thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message