From owner-cvs-all@FreeBSD.ORG Mon Jul 14 05:37:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0130B37B401; Mon, 14 Jul 2003 05:37:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D3243FE9; Mon, 14 Jul 2003 05:37:04 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6ECb40U058671; Mon, 14 Jul 2003 05:37:04 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6ECb4iO058670; Mon, 14 Jul 2003 05:37:04 -0700 (PDT) Message-Id: <200307141237.h6ECb4iO058670@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 14 Jul 2003 05:37:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ping ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 12:37:05 -0000 maxim 2003/07/14 05:37:04 PDT FreeBSD src repository Modified files: sbin/ping ping.c Log: o Be ready to get a reply with length up to IP_MAXPACKET. o Warn when recieved packet length is not equal to length of the packet we sent out. Idea from NetBSD. o Fit the dump of packet with wrong data to 80 columns (from NetBSD). Comments from: bde Revision Changes Path 1.99 +18 -11 src/sbin/ping/ping.c