From owner-cvs-all Wed Feb 27 14:37:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 544D337B417; Wed, 27 Feb 2002 14:37:22 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RMbMI08843; Wed, 27 Feb 2002 14:37:22 -0800 (PST) (envelope-from fenner) Message-Id: <200202272237.g1RMbMI08843@freefall.freebsd.org> From: Bill Fenner Date: Wed, 27 Feb 2002 14:37:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping ping.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/02/27 14:37:22 PST Modified files: sbin/ping ping.c Log: Use network byte order for the ICMP sequence number. This is only significant when monitoring packets on another system, since otherwise the ICMP sequence number is only used by the ping client. Revision Changes Path 1.62 +8 -6 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message