Changes between Version 4 and Version 5 of Internal/OpenFlow/miscOF


Ignore:
Timestamp:
May 8, 2013, 2:04:42 AM (11 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscOF

    v4 v5  
    2727   autoconf automake libtool libsnmp-dev libpcap-dev libconfig8-dev
    2828   }}}
     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.