ostinato/client
Srivats P. 0094f618d3 Protocol Framework related
--------------------------
	- AbstractProtocol Constructor and Factory function now take an optional (default NULL) "parent" abstract protocol in addition to the stream; this "parent" protocol is non-NULL for protocols which are aggregated in a ComboProtocol
	- All subclasses of AbstractProtocol modified as per the above interface change
	- ProtocolManager also modifed as per the above interface change
	- new data members in AbstractProtocol - prev, next; the AbstractProtocol implementation now uses these members to traverse protocols on the list instead of ProtocolListIterator; this change required for ComboProtocol
	- ProtocolListIterator updates these new members - prev/next on insert/remove/replace
	- ComboProtocol and ProtocolListIterator classes made friends of AbstractProtocol
	- ComboProtocol implemented as a template class (completed)
	- Dot2LLc implemented as a combo of Dot3Raw and LLC
	- Dot2Snap implemented as a combo of Dot2Llc and SNAP
	- VlanStack implemented as a combo of VLAN + VLAN
	- ProtocolManager now uses the ProtocolId enums rather than hardcoded values

Stream Config Dialog
--------------------
	- "None" radio button added to all protocol levels
	- Protocol Level 1 added with 'mac' as the only valid protocol in the "simple" mode widget
	- With Dot2Llc, Dot2Snap and VlanStack implemented as "combo" protocols, the protocol choice radiobuttons in the "simple" mode are now 1:1 with a protocol; this has the following implications/advantages:
		- Updates of the "simple" mode widget from/to stream's protocolList is simpler; this code has now been rewritten to take advantage of 1:1
		- This paves the way for exporting tunneled protocols 4over4, 4over6, 6over4 etc. in the "simple" mode
		- This should also (hopefully) require less changes when adding a new protocol; more work needs to be done to reach this goal

Fixes
-----
	- Dot3Protocol now derives "length" correctly for VLAN tagged packets
	- StreamBase now uses the ProtocolListIterator to append the default protocols in a stream instead of directly manipulating ProtocolList; also in protoDataCopyFrom()

Others (Client/Server)
----------------------
	- Port Packet Capture implemented; "view capture" is pending (hack put in place now for testing)
2009-10-14 15:16:56 +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 Protocol Framework related 2009-10-14 15:16:56 +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 Protocol Framework related 2009-10-14 15:16:56 +00:00
portgroup.h Protocol Framework related 2009-10-14 15:16:56 +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