Date: Thu, 5 Dec 2002 14:11:10 +0100 (CET) From: Marc.Herbert@ens-lyon.fr Subject: tcptrace-bugs TSN as double instead of unsigned... Message-Id: <E18Jvme-0003RW-00@mailhost.ens-lyon.fr>
tcptrace/plotter.c
/* Header for all other plots */
/* graph coordinates... */
/* X coord is timeval unless graph_time_zero is true */
/* Y is signed except when it's a sequence number */
/* ugly hack -- unsigned makes the graphs hard to work with and is
only needed for the time sequence graphs */
/* suggestion by Michele Clark at UNC - make them double instead */
Mfprintf(f,"%s %s\n",
graph_time_zero?"dtime":"timeval",
((strcmp(ppi->ylabel,"sequence number") == 0)&&(!graph_seq_zero))?
"double":"signed");
Hi,
If I write a "uint64.c" new type of "coord_type" for xplot, would you
consider including the code in your xplot releases ?
Cheers,
-- Marc Herbert Ph.D Intern INRIA / Sun Labs
This archive was generated by hypermail 2b30 : 12/05/02 EST