[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Addendum to: Generating ns traffic from a trace file



Reading

    "...The first contains the time in microseconds until the next
     packet is generated."

to mean "the time interval between two successive packets" yields the file

33151 541
69999 596
80003 604
90352 571
79626 610
79995 349
50011 617
79991 368
50009 611
.
.
.

and the file

00000000000000001000000101111111 00000000000000000000001000011101
00000000000000010001000101101111 00000000000000000000001001010100
00000000000000010011100010000011 00000000000000000000001001011100
00000000000000010110000011110000 00000000000000000000001000111011
00000000000000010011011100001010 00000000000000000000001001100010
00000000000000010011100001111011 00000000000000000000000101011101
00000000000000001100001101011011 00000000000000000000001001101001
00000000000000010011100001110111 00000000000000000000000101110000
00000000000000001100001101011001 00000000000000000000001001100011
.
.
.

Converting this last file to a _binary_ one still does not make tg.tcl
work (with or without the blank space between the time and the packet
size fields).
                                 ***