[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.51 and 1.52

version 1.51, 2005/02/10 05:28:58 version 1.52, 2005/02/10 14:25:08
Line 185 
Line 185 
         { "_pfsyncstats" },          { "_pfsyncstats" },
 #define N_PIMSTAT       59  #define N_PIMSTAT       59
         { "_pimstat" },          { "_pimstat" },
 #define N_DCCPSTAT      60  
         { "_dccpstat" },  
 #define N_DCCPBTABLE    61  
         { "_dccpbtable" },  
         { ""},          { ""},
 };  };
   
Line 204 
Line 200 
           tcp_stats,    "tcp" },            tcp_stats,    "tcp" },
         { N_UDBTABLE,   N_UDPSTAT,      1,      protopr,          { N_UDBTABLE,   N_UDPSTAT,      1,      protopr,
           udp_stats,    "udp" },            udp_stats,    "udp" },
 #ifdef DCCP  
         { N_DCCPBTABLE, N_DCCPSTAT,     1,      protopr,  
           dccp_stats,   "dccp" },  
 #endif  
         { N_RAWIPTABLE, N_IPSTAT,       1,      protopr,          { N_RAWIPTABLE, N_IPSTAT,       1,      protopr,
           ip_stats,     "ip" },            ip_stats,     "ip" },
         { -1,           N_ICMPSTAT,     1,      0,          { -1,           N_ICMPSTAT,     1,      0,
Line 240 
Line 232 
           0,            "tcp" },            0,            "tcp" },
         { N_UDBTABLE,   N_UDPSTAT,      1,      ip6protopr,          { N_UDBTABLE,   N_UDPSTAT,      1,      ip6protopr,
           0,            "udp" },            0,            "udp" },
 #ifdef DCCP  
         { N_DCCPBTABLE, N_DCCPSTAT,     1,      ip6protopr,  
           dccp_stats,   "dccp" },  
 #endif  
         { N_RAWIP6TABLE,N_IP6STAT,      1,      ip6protopr,          { N_RAWIP6TABLE,N_IP6STAT,      1,      ip6protopr,
           ip6_stats,    "ip6" },            ip6_stats,    "ip6" },
         { -1,           N_ICMP6STAT,    1,      0,          { -1,           N_ICMP6STAT,    1,      0,

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52