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

Diff for /src/usr.bin/netstat/main.c between version 1.7 and 1.8

version 1.7, 1997/02/01 17:31:19 version 1.8, 1997/02/21 09:09:52
Line 141 
Line 141 
         { "_spx_istat"},          { "_spx_istat"},
 #define N_IPXERR        35  #define N_IPXERR        35
         { "_ipx_errstat"},          { "_ipx_errstat"},
   #define N_AHSTAT        36
           { "_ahstat"},
   #define N_ESPSTAT       37
           { "_espstat"},
   #define N_IP4STAT       38
           { "_ip4stat"},
         "",          "",
 };  };
   
Line 162 
Line 168 
           icmp_stats,   "icmp" },            icmp_stats,   "icmp" },
         { -1,           N_IGMPSTAT,     1,      0,          { -1,           N_IGMPSTAT,     1,      0,
           igmp_stats,   "igmp" },            igmp_stats,   "igmp" },
           { -1,           N_AHSTAT,       1,      0,
             ah_stats,     "sipp-ah" },
           { -1,           N_ESPSTAT,      1,      0,
             esp_stats,    "sipp-esp" },
           { -1,           N_IP4STAT,      1,      0,
             ip4_stats,    "encap" },
         { -1,           -1,             0,      0,          { -1,           -1,             0,      0,
           0,            0 }            0,            0 }
 };  };

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8