ostinato/common
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
..
abstractprotocol.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
abstractprotocol.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
dot3.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
dot3.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
dot3.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
dot3.ui New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
eth2.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
eth2.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
eth2.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
eth2.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
ip4.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
ip4.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
ip4.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
ip4.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
llc.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
llc.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
llc.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
llc.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
mac.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
mac.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
mac.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
mac.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
ostproto.pro Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
payload.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
payload.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
payload.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
payload.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
protocol.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
protocolcollection.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
protocolcollection.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
protocolmanager.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
protocolmanager.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
snap.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
snap.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
snap.proto Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
snap.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
streambase.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
streambase.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
tcp.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
tcp.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
tcp.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
tcp.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
udp.cpp Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
udp.h Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
udp.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
udp.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
vlan.proto New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
vlan.ui Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00