mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.22k stars 413 forks source link

Fix endianess for floats #471

Closed saegel closed 4 years ago

saegel commented 4 years ago

All floats within IEC-104 packets should be little endian.

IEEEFloatField -> FloatField

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1160


Files with Coverage Reduction New Missed Lines %
conpot/protocols/http/command_responder.py 2 62.14%
conpot/protocols/ftp/ftp_base_handler.py 10 81.65%
conpot/protocols/ftp/ftp_handler.py 15 81.01%
<!-- Total: 27 -->
Totals Coverage Status
Change from base Build 1158: 0.7%
Covered Lines: 5534
Relevant Lines: 7573

💛 - Coveralls
xandfury commented 4 years ago

Thanks for the PR :slightly_smiling_face: