ostinato/client
Srivats P. 84c7fe1e06 Features
- Added support for retrieving the packet capture buffer from server to client (does not work consistently however - needs investigation)
		- getCaptureBuffer() Rpc signature changed
	- RPC: Added support in Rpc Channel (client) to queue calls
	- RPC: Added support for transferring arbitrary binary data from server to client (used to get packet capture files)
		- Rpc header changed - length is now 4 bytes instead of 2; there is no rsvd field any longer

Fixes
	- RPC: Fix for the case when a msg is not received all at once over the socket
	- StreamConfigDialog: fixed display issue in packet view for combo protocols containing meta fields
	- Fixed issue with Stacked Vlan not retaining data for both CVlan and SVlan
	- Fixed incorrect payload size issue with increment/decrement frame length modes

Refactoring, Cleanup etc.
	- RPC: Minor code and TODOs cleanup
	- Server: Minor code and TODOs cleanup
	- Server: Removed unused file(s): rxtx.cpp, rxtx.h
	- Server: Replaced direct use of ProtocolList with the ProtocolListIterator
	- Common: Minor code and TODOs cleanup
	- StreamBase::frameLen() now returns the length based on the mode/min/max and the passed in streamIndex
	- AbstractProtocol interface changed for methods - protocolFrameSize(), protocolFrameOffset(), protocolFramePayloadSize() : all of them now take streamIndex as an optional param with 0 as the default value
		- Protocols implementing the above methods changed accordingly
2009-11-03 14:02:09 +00:00
..
icons Protocols 2009-09-23 14:53:26 +00:00
about.ui - About Dialog added 2009-04-05 07:19:37 +00:00
dumpview.cpp New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
dumpview.h Changes for successful compilation in Linux. PCAP/Winpcap functions changed to use those which are common on both PCAP and WinPCAP. Some additional WinPCAP only functions (such as the pcap_sendqueue_xxx) which we intend to use have been added into pcapextra.c which will be used in case of Linux 2009-01-17 10:13:46 +00:00
hexlineedit.cpp New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
hexlineedit.h Initial Import 2008-05-03 14:37:10 +00:00
main.cpp Initial Import 2008-05-03 14:37:10 +00:00
mainwindow.cpp New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
mainwindow.h - About Dialog added 2009-04-05 07:19:37 +00:00
mainwindow.ui - About Dialog added 2009-04-05 07:19:37 +00:00
modeltest.cpp Initial Import 2008-05-03 14:37:10 +00:00
modeltest.h Initial Import 2008-05-03 14:37:10 +00:00
modeltest.pri Initial Import 2008-05-03 14:37:10 +00:00
ostinato.pro New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
ostinato.qrc Protocols 2009-09-23 14:53:26 +00:00
packetmodel.cpp Features 2009-11-03 14:02:09 +00:00
packetmodel.h Major rewrite of the protocol framework - changes not yet complete 2009-08-02 14:52:34 +00:00
port.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
port.h New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
portgroup.cpp Features 2009-11-03 14:02:09 +00:00
portgroup.h Features 2009-11-03 14:02:09 +00:00
portgrouplist.cpp Demo code for stats being checked in 2008-09-14 12:03:53 +00:00
portgrouplist.h Changes for successful compilation in Linux. PCAP/Winpcap functions changed to use those which are common on both PCAP and WinPCAP. Some additional WinPCAP only functions (such as the pcap_sendqueue_xxx) which we intend to use have been added into pcapextra.c which will be used in case of Linux 2009-01-17 10:13:46 +00:00
portmodel.cpp Initial Import 2008-05-03 14:37:10 +00:00
portmodel.h Initial Import 2008-05-03 14:37:10 +00:00
portstatsfilter.ui New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
portstatsfilterdialog.cpp - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsfilterdialog.h - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsmodel.cpp - About Dialog added 2009-04-05 07:19:37 +00:00
portstatsmodel.h - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatswindow.cpp Protocol Framework related 2009-10-14 15:16:56 +00:00
portstatswindow.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
portstatswindow.ui - AbstractProtocol 2009-05-24 14:54:11 +00:00
portswindow.cpp - About Dialog added 2009-04-05 07:19:37 +00:00
portswindow.h Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
portswindow.ui - About Dialog added 2009-04-05 07:19:37 +00:00
stream.cpp Major rewrite of the protocol framework - changes not yet complete 2009-08-02 14:52:34 +00:00
stream.h Major rewrite of the protocol framework - changes not yet complete 2009-08-02 14:52:34 +00:00
streamconfigdialog.cpp Protocol Framework related 2009-10-14 15:16:56 +00:00
streamconfigdialog.h Protocol Framework related 2009-10-14 15:16:56 +00:00
streamconfigdialog.ui Protocol Framework related 2009-10-14 15:16:56 +00:00
streamlistdelegate.cpp - Implemented the "Stop" and "Goto Stream" per stream "nextWhat" options (Goto can only go to first stream for now - not any arbitrary stream) 2009-03-10 16:48:03 +00:00
streamlistdelegate.h - Implemented the "Stop" and "Goto Stream" per stream "nextWhat" options (Goto can only go to first stream for now - not any arbitrary stream) 2009-03-10 16:48:03 +00:00
streammodel.cpp Major rewrite of the protocol framework - changes not yet complete 2009-08-02 14:52:34 +00:00
streammodel.h - Implemented the "Stop" and "Goto Stream" per stream "nextWhat" options (Goto can only go to first stream for now - not any arbitrary stream) 2009-03-10 16:48:03 +00:00