kytos-ng / python-openflow

Low level OpenFlow messages parser used by Kytos SDN Platform
https://kytos.io/
MIT License
0 stars 3 forks source link

Length fields are not being checked #49

Open ajoaoff opened 3 years ago

ajoaoff commented 3 years ago

Original issue opened by @erickvermot at https://github.com/kytos/python-openflow/issues/314.

length fields are not beeing checked. (pg 50) - "OpenFlow is a simple binary protocol, therefore invalid OpenFlow messages generated by OpenFlow implementations will in general result in the message having the wrong length or some fields having invalid values (see 7.1.3). It is recommended to monitor those conditions to detect non-compliant implementations."