[BACK]Return to netstat.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/netstat.h between version 1.27 and 1.28

version 1.27, 2003/12/15 07:11:31 version 1.28, 2004/06/06 16:55:31
Line 49 
Line 49 
 int     pflag;          /* show given protocol */  int     pflag;          /* show given protocol */
 int     qflag;          /* only display non-zero values for output */  int     qflag;          /* only display non-zero values for output */
 int     rflag;          /* show routing tables (or routing stats) */  int     rflag;          /* show routing tables (or routing stats) */
   int     Sflag;          /* show source address in routing table */
 int     sflag;          /* show protocol statistics */  int     sflag;          /* show protocol statistics */
 int     tflag;          /* show i/f watchdog timers */  int     tflag;          /* show i/f watchdog timers */
 int     vflag;          /* be verbose */  int     vflag;          /* be verbose */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28