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: Mon, 17 Dec 2001 17:08:51 -0600 (CST)
guy         2001/12/17 17:08:51 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Check whether the protocol for a DCERPC subdissector is enabled, and
  don't call the subdissector (or even create a subtree for the protocol)
  if it's not enabled.
  
  Save the current protocol string, and set it to the string for the
  subdissector's protocol, before calling the subdissector, and restore it
  after the subdissector returns.
  
  Revision  Changes    Path
  1.22      +11 -2     ethereal/packet-dcerpc.c