Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet_info.h

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:16 -0500 (CDT)
guy         2003/10/21 02:17:16 CDT

  Modified files:
    epan                 packet_info.h 
  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.33      +1 -2      ethereal/epan/packet_info.h