[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tracefile format
>
> Thanks, Lee! I had a look at the example file example-trace came with the
> ns package, but it looks to me it is a binary file, do you know why?
Because that is how I wrote it. In retrospect, it was not a good idea.
It trades off usability for potentially saving some disk space.
> Also, I am wondering what format is used to separate these two integets, a
> simple space or something else? Thank you!
>
There is nothing separating the two integers. They are fixed length fields
in binary format.
Lee