Loading util/TLSProxy/Message.pm +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ sub get_messages $recoffset += 4; $payload = ""; if ($recoffset < $record->decrypt_len) { if ($recoffset <= $record->decrypt_len) { #Some payload data is present in this record if ($record->decrypt_len - $recoffset >= $messlen) { #We can complete the message with this record Loading Loading
util/TLSProxy/Message.pm +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ sub get_messages $recoffset += 4; $payload = ""; if ($recoffset < $record->decrypt_len) { if ($recoffset <= $record->decrypt_len) { #Some payload data is present in this record if ($record->decrypt_len - $recoffset >= $messlen) { #We can complete the message with this record Loading