Changes between Version 4 and Version 5 of Internal/OpenFlow/miscOF
- Timestamp:
- May 8, 2013, 2:04:42 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscOF
v4 v5 27 27 autoconf automake libtool libsnmp-dev libpcap-dev libconfig8-dev 28 28 }}} 29 30 * creating arbitrary protocol data in Floodlight Ethernet class. You need to add your class and Ethertype to the !etherTypeClassMap !HashMap, or else it won't be parsed and casted properly. This implies that your class needs to implement IPacket. The best way to do this by extending the provided abstract !BasePacket class.