Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ajp13.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: Wed, 26 Mar 2003 15:47:39 -0600 (CST)
guy         2003/03/26 15:47:35 CST

  Modified files:
    .                    packet-ajp13.c 
  Log:
  Use "gboolean" for Boolean variables.
  
  Allocate the per-conversation and per-frame data items from a GMemChunk
  (which saves memory and CPU time, *and* lets us free all those items
  quickly - as opposed to not freeing them at all, as had been the case).
  
  Don't assume that, just because a conversation for the TCP connection
  exists, it necessarily has an AJP13 data chunk attached to it; the
  conversation might have, for example, been created by the TCP sequence
  number analysis code.
  
  Revision  Changes    Path
  1.10      +35 -10    ethereal/packet-ajp13.c