Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal req_resp_hdrs.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 4 May 2004 01:53:47 -0500 (CDT)
guy         2004/05/04 01:53:47 CDT

  Modified files:
    .                    req_resp_hdrs.c 
  Log:
  "tvb_get_string()" returns a pointer to "g_malloc()"ed data, so you have
  to free it when you're done with it.
  
  It never returns a null pointer, however, so there's no need to check
  for that.
  
  Clean up the code to process Transfer-Encoding a bit.
  
  Revision  Changes    Path
  1.5       +30 -31    ethereal/req_resp_hdrs.c