Index: ftstat.c =================================================================== RCS file: /usr/home/djnz-cvsroot/flow-tools/lib/ftstat.c,v retrieving revision 1.27 diff -c -r1.27 ftstat.c *** lib/ftstat.c 12 Dec 2002 22:57:37 -0000 1.27 --- lib/ftstat.c 16 Dec 2002 15:36:46 -0000 *************** *** 2511,2517 **** (void*)ftstat_rpt_65_dump, (void*)ftstat_rpt_65_free, FT_STAT_FIELD_GENERIC, ! FT_STAT_OPT_GENERIC_IP_ADDR, FT_XFIELD_DPKTS|FT_XFIELD_DOCTETS|FT_XFIELD_FIRST|FT_XFIELD_LAST| FT_XFIELD_UNIX_SECS|FT_XFIELD_UNIX_NSECS|FT_XFIELD_DSTPORT| FT_XFIELD_SRCPORT}, --- 2511,2517 ---- (void*)ftstat_rpt_65_dump, (void*)ftstat_rpt_65_free, FT_STAT_FIELD_GENERIC, ! FT_STAT_OPT_GENERIC, FT_XFIELD_DPKTS|FT_XFIELD_DOCTETS|FT_XFIELD_FIRST|FT_XFIELD_LAST| FT_XFIELD_UNIX_SECS|FT_XFIELD_UNIX_NSECS|FT_XFIELD_DSTPORT| FT_XFIELD_SRCPORT}, *************** *** 14226,14232 **** if (rpt->out->options & FT_STAT_OPT_NAMES) ftsym = ftsym_new(symfile); ! start = end = nindex, increment = 1; if (rpt->out->options & FT_STAT_OPT_SORT) { --- 14226,14232 ---- if (rpt->out->options & FT_STAT_OPT_NAMES) ftsym = ftsym_new(symfile); ! start = 0; end = nindex, increment = 1; if (rpt->out->options & FT_STAT_OPT_SORT) {