Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Ostinato 1.1

Compare
Choose a tag to compare
@pstavirs pstavirs released this 24 Jun 17:20
· 258 commits to master since this release

Release Date: 2020-06-19

Added

  • Cut, copy, paste support added for streams, device groups, stats and logs
  • Import PCAPNG and any other Wireshark supported file format for PCAP import (#83)
  • Added support for npcap on Windows; npcap support is beta quality for now (#236)
  • Large animated notification in case of errors and warnings

Changed

  • Improved PCAP import with tshark 2.x/3.x
  • Improved PCAP replay timing accuracy
  • Improved handling of multiple simultaneous port groups by making their handling independent
  • When reset to default view, all selections and current index are also cleared
  • Set top and bottom dock windows to equal height at startup
  • File paths in preferences can be specified directly; using the file picker dialog is optional (#288)

Fixed

  • Linux only - fix drone crash at startup if one of the ports doesn't have a link layer (mac) address (#298)
  • Fix drone crash due to contention between emulation packet processing thread and emulation device configuration threads
  • Gracefully abort the connection with a helpful message if bad data is received from drone instead of crashing
  • Fix device emulation packets with VLAN and CFI or Prio bits set not matching the emulated device having same VLAN as the packet
  • Fix incorrect IPv6 src/dst address when set to increment/decrement mode (#283)
  • Fix IPv6 stream configuration src/dst address prefix length in the GUI not being saved correctly
  • Fix valid IP addresses not being accepted in the IGMPv3 Source List field of a IGMPv3 stream (#292)
  • Fix incorrect IGMPv3 Group Aux Data in a IGMPv3 stream
  • Allow full range for a variable field - 0 to max (#301)
  • Change raw_input to input in stream saved as python script so that it is compatible with both Python 2 and 3
  • Allow avg rate change in streams pane from 0 to > 0 in the GUI (#294)
  • Fix jumbo error being reported multiple times during pre-flight check (#290)
  • Fix sort order of devices to VLANs+Mac (#289)
  • Fix .app path setting in preferences on Mac not working (#288)
  • Fix stream stats setting not being saved in a Ostinato session file
  • Fix 'awk not found' message during PCAP import
  • Show packet summary line correctly in PCAP import diff