From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 20 15:20:02 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F8416A420 for ; Tue, 20 Nov 2007 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0411D13C458 for ; Tue, 20 Nov 2007 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lAKFK1fn027939 for ; Tue, 20 Nov 2007 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lAKFK1j4027938; Tue, 20 Nov 2007 15:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 20 Nov 2007 15:20:01 GMT Resent-Message-Id: <200711201520.lAKFK1j4027938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Giorgos Keramidas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C91416A417 for ; Tue, 20 Nov 2007 15:18:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 15FDC13C45D for ; Tue, 20 Nov 2007 15:18:54 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAKFINbg031637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 20 Nov 2007 17:18:42 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAKFIIlE004658; Tue, 20 Nov 2007 17:18:18 +0200 (EET) (envelope-from keramida@kobe.laptop) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAKFIIHT004657; Tue, 20 Nov 2007 17:18:18 +0200 (EET) (envelope-from keramida) Message-Id: <200711201518.lAKFIIHT004657@kobe.laptop> Date: Tue, 20 Nov 2007 17:18:18 +0200 (EET) From: Giorgos Keramidas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mlaier@FreeBSD.org Subject: bin/118150: pcap_stats() should be rate-limited X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 15:20:02 -0000 >Number: 118150 >Category: bin >Synopsis: pcap_stats() should be rate-limited >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 20 15:20:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kobe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Nov 18 19:34:36 EET 2007 build@kobe:/home/build/obj/home/build/src/sys/KOBE i386 >Description: When tcpdump reads captured data from a file, hitting ^T results in an endless stream of: pcap_stats: Statistics aren't available from savefiles presumably one for each packet processed. These can generate a *lot* of output when processing large pcap input files, so we should try to limit their number or even better, to print the error just once. >How-To-Repeat: >Fix: (working on it) >Release-Note: >Audit-Trail: >Unformatted: