Ostinato - Packet/Traffic Generator and Analyzer
Go to file
Srivats P. 0103696016 - AbstractProtocol
- new method: fieldFlags() - isCksum, isMeta; Note: isMeta is a flag now not a attrib
	- fieldData() bit fields are now in lsb not msb - protocolFrameValue() and subclasses changed accordingly
	- protocolFrameValue() now takes an additional bool param indicating whether the frameValue is being requested for a checksum calculation; if so fields which are checksum fields are assumed to be zero and their value is not fetched to prevent infinite recursion
- Other Protocols
	- mac: srcMac/dstMac modes is now working
	- vlan: implemented VLAN protocol
	- ip4: src/dst Addr modes is now working
	- udp/tcp: checksum done
	- Basic testing done for MAC, VLAN, IPv4, UDP and TCP protocols
	- sample protocol: .cpp/.h added to repos - need to be made compilable
- StreamConfigDialog
	- Redesigned the protocol selection tab to accomodate "Advanced Protocol Selection"
	- L2 Tab config widgets are now in 2 columns
	- Packet Tree View is no longer collapsed if selected protocols don't change
2009-05-24 14:54:11 +00:00
client - AbstractProtocol 2009-05-24 14:54:11 +00:00
common - AbstractProtocol 2009-05-24 14:54:11 +00:00
rpc New Protocol Framework - initial checkin; not yet complete 2009-04-27 16:51:44 +00:00
server Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00
Makefile Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00