Hello Srivats,
I experimented more with saving the streams in version 0.4 and have found some test cases that should help you fix this issue and understand the underlying problem. Here are my two test cases:
1) In version 0.4, create a brand new stream with all the default values (Number of Packets = 1) and save the stream in native Ostinato format. In version 0.9, open the stream. The stream incorrectly displays a Number of Packets = 10.
2) In version 0.4, create a brand new stream with all the default values
(Number of Packets = 1). Change the Number of Packets to 2 and click OK. Change the Number of Packets to 1 and click OK. Save the stream in native Ostinato format.
In version 0.9, open the stream. The stream now correctly displays the Number of Packets =
1.
I also repeated the tests above with importing a pcap file. If you change the Number of Packets and save the stream, it will then display correctly in version 0.9. The problems seems to be that the Number of Packets must be changed at least once in order to be saved correctly. Is it possible to modify version 0.9 to have a default Number of Packets = 1?