[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.125 and 1.126

version 1.125, 2006/03/20 18:48:34 version 1.126, 2006/03/22 21:27:15
Line 984 
Line 984 
          * Ariel Futoransky(futo@core-sdi.com)           * Ariel Futoransky(futo@core-sdi.com)
          */           */
         if (!receive_context.plaintext &&          if (!receive_context.plaintext &&
             detect_attack(buffer_ptr(&input), padded_len, NULL) == DEATTACK_DETECTED)              detect_attack(buffer_ptr(&input), padded_len) == DEATTACK_DETECTED)
                 packet_disconnect("crc32 compensation attack: network attack detected");                  packet_disconnect("crc32 compensation attack: network attack detected");
   
         /* Decrypt data to incoming_packet. */          /* Decrypt data to incoming_packet. */

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126