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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Mar 2002 03:35:53 -0600 (CST)
guy         2002/03/21 03:35:52 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  From Todd Sabin: set the tvbuff length of the stub data for
  connectionless calls to the fragment length.
  
  Add value_string tables for authentication protocol and level values.
  
  Show the authentication protocol in decimal in connectionless PDUs, just
  as we do in connection-oriented PDUs.
  
  Get the authentication level from connection-oriented request and reply
  PDUs and, if it's DCE_C_AUTHN_LEVEL_PKT_PRIVACY, don't hand the stub
  data to subdissectors, just show it as encrypted stub data.
  
  Revision  Changes    Path
  1.42      +137 -35   ethereal/packet-dcerpc.c