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 00:36:03 -0500 (CDT)
tpot        2002/08/13 00:36:03 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Call the NTLMSSP dissector when we detect NTLMSSP over HTTP.  This is
  somewhat documented at http://www.innovation.ch/java/ntlm.html and
  other places.
  
  Ethereal handles it nicely, although the hex dump pane gets confused
  because we create a new tvb containing base64 decoded data from the
  HTTP header.  The hex dump thinks we are still looking at the data
  from the packet.  I'm not sure how to fix this.
  
  Revision  Changes    Path
  1.51      +104 -4    ethereal/packet-http.c