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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Thu, 6 Nov 2003 01:44:14 -0600 (CST)
sahlberg    2003/11/06 01:44:14 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Bugfix for dcerpc parsing of encrypted short packets.
  
  Sometimes if we cant decrypt a DCERPC packet decrypted_tvb is NULL.
  
  do not pass a NULL pointer to show_stub_data() since this will dump
  core.
  
  Revision  Changes    Path
  1.151     +11 -3     ethereal/packet-dcerpc.c