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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 21 Oct 2003 02:17:15 -0500 (CDT)
guy         2003/10/21 02:17:15 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Catch exceptions when dissecting a verifier, so we still dissect the
  stub data even if there's a problem dissecting the verifier.
  
  Show stub data as "Encrypted stub data" if it's encrypted, "Decrypted
  stub data" if it was encrypted but we decrypted it, and "Stub data" if
  it wasn't encrypted.
  
  Don't attempt to decrypt data unless it was encrypted (i.e., the
  authentication level is "Packet privacy".
  
  Get rid of "decrypted_data" member of "packet_info" structure - we don't
  need it any more.
  
  Revision  Changes    Path
  1.146     +112 -100  ethereal/packet-dcerpc.c