ostinato/server
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
..
abstracthost.h Added Google Protocol Buffers as the serialization format between client and server. 2008-08-09 03:22:13 +00:00
drone_main.cpp Initial Import 2008-05-03 14:37:10 +00:00
drone.cpp Added Google Protocol Buffers as the serialization format between client and server. 2008-08-09 03:22:13 +00:00
drone.h Added Google Protocol Buffers as the serialization format between client and server. 2008-08-09 03:22:13 +00:00
drone.pro New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
drone.ui Initial Import 2008-05-03 14:37:10 +00:00
myservice.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
myservice.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
pcapextra.cpp - About Dialog added 2009-04-05 07:19:37 +00:00
pcapextra.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
rxtx.cpp - StreamModel no longer a friend of Stream 2008-08-24 04:39:08 +00:00
rxtx.h - StreamModel no longer a friend of Stream 2008-08-24 04:39:08 +00:00