*** ../tcptrace.6.0.1/trace.c Tue Dec 4 00:58:50 2001 --- trace.c Mon Jul 29 15:11:20 2002 *************** *** 1594,1600 **** plotter_line(from_tsgpl, current_time, SeqRep(thisdir,start), current_time, SeqRep(thisdir,start+1)); ! } else if (FIN_SET(ptcp)) { /* FIN */ /* we'll plot the FIN from 'end' to 'end+1' because the segment might have data in it too (normally not) */ plotter_perm_color(from_tsgpl, --- 1594,1601 ---- plotter_line(from_tsgpl, current_time, SeqRep(thisdir,start), current_time, SeqRep(thisdir,start+1)); ! } ! if (FIN_SET(ptcp)) { /* FIN */ /* we'll plot the FIN from 'end' to 'end+1' because the segment might have data in it too (normally not) */ plotter_perm_color(from_tsgpl, *************** *** 1612,1618 **** plotter_line(from_tsgpl, current_time, SeqRep(thisdir,end), current_time, SeqRep(thisdir,end+1)); ! } else if (tcp_data_length > 0) { /* DATA */ if (hw_dup) { plotter_perm_color(from_tsgpl, hw_dup_color); } else if (retrans) { --- 1613,1620 ---- plotter_line(from_tsgpl, current_time, SeqRep(thisdir,end), current_time, SeqRep(thisdir,end+1)); ! } ! if (tcp_data_length > 0) { /* DATA */ if (hw_dup) { plotter_perm_color(from_tsgpl, hw_dup_color); } else if (retrans) {