Google Code Exporter
Google Code Exporter
``` Display more fields in the stream definition page What steps will reproduce the problem? 1. Bring up main screen with stream definitions What is the expected output? What do...
``` Option to set per-port capture filters, like IXIA. For example similar to IXIA capture APIs : captureFilterDA, captureFilterSA, DAMask1, DA1, DA2, SAMask1, SA1, SA2 etc ``` Original issue reported...
``` Problem description: Ostinato crashes after configuring invalid packet content. Steps to reproduce: 1. Connect to Ostinato. 2. Select interface within 'Ports Group' tree. 3. Create new stream. 4. Click...
``` What steps will reproduce the problem? 1. create an empty packet 2. set to burst 1 time, N times per second, 0 packets per burst 3. set 'goto' to...
``` If clients A and B connect to drone, changes made by A to a stream (or port properties) are not visible to B unless he disconnects and reconnects. Currently...
``` What steps will reproduce the problem? 1. set random data for ICMP payload What is the expected output? What do you see instead? - auto-generation of ICMP checksum, if...
``` Transmitter and/or Capturer threads should be stopped before exiting. ``` Original issue reported on code.google.com by `[email protected]` on 29 Oct 2011 at 6:11
``` TCP/UDP checksum is incorrect if payload has random pattern ``` Original issue reported on code.google.com by `[email protected]` on 9 Oct 2011 at 6:27
``` What steps will reproduce the problem? 1. Start Capture 2. Start Transmit 3. View capture (without stopping transmit) What is the expected output? What do you see instead? Ostinato...
``` Performance can be improved by caching 'frameValue()' for protocols and stream classes so that it doesn't have to be derived every time if there is no change in the...