How to Install and Uninstall ostinato Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "ostinato" package

Please follow the guidance below to install ostinato on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ostinato

2. Uninstall "ostinato" package

Please follow the guidelines below to uninstall ostinato on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ostinato $ sudo apt autoclean && sudo apt autoremove

3. Information about the ostinato package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ostinato
Priority: optional
Section: universe/net
Installed-Size: 2969
Maintainer: Ubuntu Developers
Original-Maintainer: Kartik Mistry
Architecture: amd64
Version: 0.7.1-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpcap0.8 (>= 0.9.8), libprotobuf9v5, libqt4-network (>= 4:4.5.3), libqt4-script (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 5.2)
Recommends: gawk, tshark, wireshark
Filename: pool/universe/o/ostinato/ostinato_0.7.1-2build1_amd64.deb
Size: 701104
MD5sum: 3a6fd3a066481e1ff07fb423de3c3546
SHA1: 449258dcb25a930aa683e136f96ef2392abb87b5
SHA256: 8c23a900974b916ad1957281b1b9de54236798e43e96ec71dc8275576057d647
Description-en: Packet/Traffic Generator and Analyzer
Ostinato is an open-source, cross-platform network packet crafter/traffic
generator and analyzer with a friendly GUI. Craft and send packets of several
streams with different protocols at different rates. Ostinato aims to be
"Wireshark in Reverse" and become complementary to Wireshark.
.
Features:
* Open, edit, replay and save PCAP files
* Support for the most common standard protocols
- Ethernet/802.3/LLC SNAP
- VLAN (with QinQ)
- ARP, IPv4, IPv6, IP-in-IP IP Tunnelling (6over4, 4over6, 4over4, 6over6)
- TCP, UDP, ICMPv4, ICMPv6, IGMP, MLD
- Any text based protocol (HTTP, SIP, RTSP, NNTP etc.)
* Modify any field of any protocol (some protocols allow changing packet
fields with every packet at run time e.g. changing IP/MAC addresses)
* User provided Hex Dump - specify some or all bytes in a packet
* User defined script to substitute for an unimplemented protocol
(EXPERIMENTAL)
* Stack protocols in any arbitrary order
* Create and configure multiple streams
* Configure stream rates, bursts, no. of packets
* Single client can control and configure multiple ports on multiple
computers generating traffic
* Exclusive control of a port to prevent the OS from sending stray packets
provides a controlled testing environment
* Statistics Window shows real time port receive/transmit statistics and rates
* Capture packets and view them (needs Wireshark)
* Framework to add new protocol builders easily
Description-md5: 0e5ce05b5f19cdf9d8f7f87318164e30
Homepage: https://code.google.com/p/ostinato/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu