Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 08/31/2000 09:49:43
Module Name:	basesrc
Committed By:	jhawk
Date:		Thu Aug 31 06:49:43 UTC 2000

Modified Files:
	basesrc/usr.bin/netstat: iso.c

Log Message:
Rewrite tprintstat() so that netstat -ss functionality works
correctly for the "tp:" case (family iso). To avoid serious code
space bloat, stats are now table-driven.

A side-effect is that the mbuf chain statistics have been slightly re-ordered
to follow the 3 lines of EOT stats (still under Miscellaneous) rather
than sandwiched between "dec bits" and the EOTs.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/netstat/iso.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.