Benjamin - 2016-05-11

I'm currently translating the C-Code into PHP and think, i've found a bug at line 471 in s7_isotcp.cpp:
Result =SetIsoError(errIsoTooManyFragments);
Shouldn't it look like this?
Result =SetIsoError(errIsoPduOverflow);