ostinato/client
Srivats P. 2ec7fb30c2 Protocol Framework basic code in place now. Cleanup pending.
- New Classes:
  o ProtocolManager - singleton with which all protocols register
  o ProtocolCollection - Aggregates all registered protocols; exports methods to work on all protocols
  o StreamBase - aggregates ProtocolCollection with Stream Core and Control; the client/server side stream classes now derive from StreamBase leading to major reduction in their code (more cleanup pending)
- AbstractProtocol now supports the additional methods
  o createInstance()
  o protocolFrameSize()
  o protocolFrameOffset(), protocolFramePayloadSize()
  o protocolId(), payloadProtocolId()
  o protocolFrameCksum(), protocolFramePayloadCksum()
  0 constructor takes an extra param - frameProtoList
- Specific protocols - eth2, llc, snap, ip4, udp, tcp now return length, protocol id and cksums correctly (tcp/udp cksum pending)
- StreamConfigDialog - protocol controls for length, cksum and protocolid are automatically updated (not fully working yet)
2009-05-10 06:27:17 +00:00
..
icons - About Dialog added 2009-04-05 07:19:37 +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 - About Dialog added 2009-04-05 07:19:37 +00:00
packetmodel.cpp New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
packetmodel.h New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +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 New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
portgroup.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +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 Packet Transmit Changes - not using pcap_sendqueue_transmit() any longer 2009-02-22 07:53:14 +00:00
portstatswindow.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
portstatswindow.ui - About Dialog added 2009-04-05 07:19:37 +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 Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
stream.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
streamconfigdialog.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
streamconfigdialog.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
streamconfigdialog.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +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 New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +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