mushorg / conpot

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

fixed endianess of IOA #466

Closed saegel closed 5 years ago

saegel commented 5 years ago

IEC104 is a little endian protocol, so the IOA field should be LE aswell.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1157


Files with Coverage Reduction New Missed Lines %
conpot/protocols/ipmi/ipmi_server.py 1 68.8%
conpot/protocols/ftp/ftp_handler.py 1 80.66%
conpot/protocols/ftp/ftp_base_handler.py 6 81.65%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 1156: 0.9%
Covered Lines: 5522
Relevant Lines: 7573

💛 - Coveralls
creolis commented 5 years ago

Thanks :)