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

Diff for /src/usr.bin/systat/pftop.c between version 1.32 and 1.33

version 1.32, 2015/08/20 22:32:42 version 1.33, 2016/01/16 03:30:26
Line 896 
Line 896 
                        COUNTER(s->packets[1]));                         COUNTER(s->packets[1]));
         print_fld_size(FLD_BYTES, sz);          print_fld_size(FLD_BYTES, sz);
         print_fld_rate(FLD_SA, (s->creation) ?          print_fld_rate(FLD_SA, (s->creation) ?
                        ((double)sz/ntohl((double)s->creation)) : -1);                         ((double)sz/(double)ntohl(s->creation)) : -1);
   
         print_fld_uint(FLD_RULE, ntohl(s->rule));          print_fld_uint(FLD_RULE, ntohl(s->rule));
         if (cachestates && ent != NULL) {          if (cachestates && ent != NULL) {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33