From owner-cvs-ports@FreeBSD.ORG Tue Sep 23 00:53:39 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 314A41065672; Tue, 23 Sep 2008 00:53:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3FF8FC17; Tue, 23 Sep 2008 00:53:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8N0rdej062800; Tue, 23 Sep 2008 00:53:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8N0rd7C062795; Tue, 23 Sep 2008 00:53:39 GMT (envelope-from edwin) Message-Id: <200809230053.m8N0rd7C062795@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 23 Sep 2008 00:53:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/dnscap Makefile distinfo pkg-descr ports/dns/dnscap/files patch-Makefile patch-dump_dns.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 00:53:39 -0000 edwin 2008-09-23 00:53:38 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/dnscap Makefile distinfo pkg-descr dns/dnscap/files patch-Makefile patch-dump_dns.c Log: dnscap is a network capture utility designed specifically for DNS traffic. It normally produces binary data in pcap(3) format, either on standard output or in successive dump files (based on the -w command line option.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces. WWW: https://www.dns-oarc.net/tools/dnscap PR: ports/127433 Submitted by: Edwin Groothuis Revision Changes Path 1.99 +1 -0 ports/dns/Makefile 1.3 +27 -0 ports/dns/dnscap/Makefile (new) 1.3 +3 -0 ports/dns/dnscap/distinfo (new) 1.1 +14 -0 ports/dns/dnscap/files/patch-Makefile (new) 1.1 +38 -0 ports/dns/dnscap/files/patch-dump_dns.c (new) 1.3 +9 -0 ports/dns/dnscap/pkg-descr (new)