Ostinato - Packet/Traffic Generator and Analyzer
Go to file
Srivats P. 90fda499dd RPC now uses stream instead of an array for protobuf parsing and serialization. This change removes the limit on the byte size of a protobuf.
Because we are now using a new protobuf API - ParseFromBoundedZeroCopyStream(), the protobuf version has to be >= 2.2.0

Fixes issue 14
2010-10-18 17:25:27 +05:30
client RPC now uses stream instead of an array for protobuf parsing and serialization. This change removes the limit on the byte size of a protobuf. 2010-10-18 17:25:27 +05:30
common Added streams save/restore; Ostinato file format specified; Protocol Field Numbering scheme changed - existing protocol field numbers changed accordingly 2010-07-13 20:36:35 +05:30
rpc RPC now uses stream instead of an array for protobuf parsing and serialization. This change removes the limit on the byte size of a protobuf. 2010-10-18 17:25:27 +05:30
server At port init, the sendqueue dirty flag should be false not true 2010-10-01 21:29:55 +05:30
.hgignore Updated .hgignore 2010-07-26 11:50:36 +05:30
.vimrc - All tabs converted to spaces in all files 2009-12-28 08:31:28 +00:00
COPYING - Removed Copyright notice from client/modeltest.* files which are Trolltech provided and carry a Trolltech copyright notice 2010-03-27 18:44:18 +00:00
install.pri Mac OS X improvements - Application icon; 'make install' installs to /Applications; Ostinato is able to find drone at startup (as long as both bundles are present together) 2010-07-16 03:14:36 +05:30
ost.pro Replaced top-level Makefile with a qmake .pro so the top-level Makefile is also generated now; having a top-level .pro makes it easier for folks who use Qt Creator. Also 'make install' is now supported - a custom install path prefix can be provided, if required, by passing PREFIX=/absolute/path/prefix to qmake 2010-06-03 20:52:49 +05:30
protobuf.pri Added streams save/restore; Ostinato file format specified; Protocol Field Numbering scheme changed - existing protocol field numbers changed accordingly 2010-07-13 20:36:35 +05:30
version.pri Bumped version to 0.2 2010-08-11 18:47:25 +05:30