From owner-cvs-usrbin Mon Aug 25 09:57:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA22469 for cvs-usrbin-outgoing; Mon, 25 Aug 1997 09:57:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA22444; Mon, 25 Aug 1997 09:57:46 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA29054; Mon, 25 Aug 1997 09:57:06 -0700 (PDT) Date: Mon, 25 Aug 1997 09:57:06 -0700 (PDT) Message-Id: <199708251657.JAA29054@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat inet.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/08/25 09:57:06 PDT Modified files: usr.bin/netstat inet.c Log: Print out the two new fields in the ICMP stats. While we're at it, also convert icmp_stats() to use sysctl(3) to retrieve the information rather than kvm. This makes it easy to also print whether ICMP address mask responses are enabled, so do so. Revision Changes Path 1.26 +23 -5 src/usr.bin/netstat/inet.c