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

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Aug 2002 19:40:16 -0500 (CDT)
tpot        2002/08/13 19:40:15 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Fixed memory leak in creation of new tvb for ntlmssp data.
  
  Call tvb_set_child_real_data_tvbuff() and add_new_data_source() to fix
  the display problem when dissecting ntlmssp over http packets.  It
  works better now, but for some reason the ntlmssp challenge packet is
  still not displayed correctly.
  
  Thanks to Guy for the tips.
  
  Revision  Changes    Path
  1.54      +7 -5      ethereal/packet-http.c