[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.79 and 1.80

version 1.79, 2009/05/07 15:51:53 version 1.80, 2009/10/04 16:08:37
Line 87 
Line 87 
         { "_rawcbtable" },          { "_rawcbtable" },
 #define N_RAWIP6TABLE   14  #define N_RAWIP6TABLE   14
         { "_rawin6pcbtable" },          { "_rawin6pcbtable" },
   #define N_DIVBTABLE     15
           { "_divbtable" },
   
         { ""}          { ""}
 };  };
Line 101 
Line 103 
         { N_TCBTABLE,   protopr,        tcp_stats,      tcp_dump,       "tcp" },          { N_TCBTABLE,   protopr,        tcp_stats,      tcp_dump,       "tcp" },
         { N_UDBTABLE,   protopr,        udp_stats,      NULL,           "udp" },          { N_UDBTABLE,   protopr,        udp_stats,      NULL,           "udp" },
         { N_RAWIPTABLE, protopr,        ip_stats,       NULL,           "ip" },          { N_RAWIPTABLE, protopr,        ip_stats,       NULL,           "ip" },
           { N_DIVBTABLE,  protopr,        div_stats,      NULL,           "divert" },
         { -1,           NULL,           icmp_stats,     NULL,           "icmp" },          { -1,           NULL,           icmp_stats,     NULL,           "icmp" },
         { -1,           NULL,           igmp_stats,     NULL,           "igmp" },          { -1,           NULL,           igmp_stats,     NULL,           "igmp" },
         { -1,           NULL,           ah_stats,       NULL,           "ah" },          { -1,           NULL,           ah_stats,       NULL,           "ah" },

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80