Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-icq.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Jun 2001 00:54:26 -0500 (CDT)
guy         2001/06/18 00:54:26 CDT

  Modified files:
    .                    packet-icq.c 
  Log:
  The ICQ decryption code works on 4 bytes at a time, so the amount of
  data it decrypts must be a multiple of 4; round the size of the ICQ data
  to a multiple of 4, and use that as the size of the buffer into which to
  put the decrypted data and as the byte count passed to the decryption
  routine.
  
  Revision  Changes    Path
  1.33      +14 -5     ethereal/packet-icq.c