From owner-cvs-src@FreeBSD.ORG Mon Oct 17 20:27:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A2B16A420; Mon, 17 Oct 2005 20:27:15 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688E643D46; Mon, 17 Oct 2005 20:27:15 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9HKRFdn099719; Mon, 17 Oct 2005 20:27:15 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9HKRFw1099718; Mon, 17 Oct 2005 20:27:15 GMT (envelope-from phk) Message-Id: <200510172027.j9HKRFw1099718@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 Oct 2005 20:27:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ipfwpcap Makefile ipfwpcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 20:27:15 -0000 phk 2005-10-17 20:27:15 UTC FreeBSD src repository Added files: usr.sbin/ipfwpcap Makefile ipfwpcap.c Log: Add a small tool which captures packets on a DIVERT socket and writes them as pcap (tcpdump) format data to a file or pipe. Volunters wanted for: manpage Contributed by: P Kern Revision Changes Path 1.1 +19 -0 src/usr.sbin/ipfwpcap/Makefile (new) 1.1 +301 -0 src/usr.sbin/ipfwpcap/ipfwpcap.c (new)