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: Sun, 27 May 2001 16:37:24 -0500 (CDT)
guy         2001/05/27 16:37:24 CDT

  Modified files:
    .                    packet-icq.c 
  Log:
  We can't use a single static buffer for decrypted ICQ data - you might
  have more than one decrypted ICQ packet visible at a time, as you might
  have popped up additional single-packet windows for those packets.
  Allocate the buffer for the decrypted data when you decrypt, and arrange
  that it be freed when the tvbuff that refers to it is freed.
  
  Fix the copyright notice to reflect the fact that Gerald holds the
  copyright on Ethereal as a whole.
  
  Revision  Changes    Path
  1.31      +10 -15    ethereal/packet-icq.c