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@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 21 Feb 2004 03:57:16 -0600 (CST)
guy         2004/02/21 03:57:16 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  From Jaime Fournier:
  
  	The UNKUUID col_info update was only working as
  	dcerpc_try_handoff() would fail to find the subdissector, and
  	thus did not clobber it with col_add_str().  It is now in the
  	right place to determine a UUID that was either not found, or is
  	disabled.  The boolean dcerpc.unknown_if_id is now only set on
  	cases where the handoff fails.  This has been tested, and the
  	boolean now works as it should, and is not set for ALL packets
  	as it was in the old location.
  
  Revision  Changes    Path
  1.162     +12 -10    ethereal/packet-dcerpc.c