riverloopsec / killerbee

IEEE 802.15.4/ZigBee Security Research Toolkit
http://www.riverloopsecurity.com
Other
764 stars 215 forks source link

dot154decode imports an unexisting exception file and exception classes are.. #240

Closed Jegeva closed 2 years ago

Jegeva commented 3 years ago

not defined properly

raise UnsupportedPacket( raise BadKeyLength("Invalid key length (%d)." % len(key)) raise BadPayloadLength(

taylorcenters commented 2 years ago

Thanks for reporting! I removed the unexisting import and created those exception classes in branch https://github.com/riverloopsec/killerbee/tree/bugfix/cc2531-assorted