From owner-freebsd-net@FreeBSD.ORG Sat Jul 22 03:08:50 2006 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF1F16A4DD for ; Sat, 22 Jul 2006 03:08:50 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2-b.corp.dcn.yahoo.com (mrout2-b.corp.dcn.yahoo.com [216.109.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AEC343D45 for ; Sat, 22 Jul 2006 03:08:49 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2-b.corp.dcn.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k6M38eec073652; Fri, 21 Jul 2006 20:08:41 -0700 (PDT) Date: Sat, 22 Jul 2006 12:08:34 +0900 Message-ID: From: "George V. Neville-Neil" To: Charles Swiger In-Reply-To: References: <44BF95E9.2030102@mac.com> <3724C08A-4ADD-4294-8953-A4ADA2326577@mac.com> <44C11242.9090300@gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.6.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Cl=E9ment?= Lecigne , freebsd-net@FreeBSD.org Subject: Re: Packet Construction and Protocol Testing... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 03:08:51 -0000 At Fri, 21 Jul 2006 14:12:51 -0400, Charles Swiger wrote: >=20 > On Jul 21, 2006, at 1:43 PM, Cl=C2=81=C3=A9ment Lecigne wrote: > >> 44-pi# grep -l pcap_inject /usr/lib/libpcap* > >> 45-pi# nm -g /usr/local/lib/python2.4/site-packages/pcap.so | grep =20 > >> pcap_inject > >> U pcap_inject > > > > Have you disable bpf support ? Which version of libpcap do you use ? >=20 > No, bpf is compiled into the kernel, and C code which uses libpcap =20 > seems to work fine: I believe you need the latest pcap from ports. That's what I use. Best, George