Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.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, 8 Feb 2001 01:06:56 -0600 (CST)
guy         2001/02/08 01:06:56 CST

  Modified files:
    epan                 packet.c 
  Log:
  In "call_dissector()", if the protocol for the dissector referred to by
  the handle has been disabled, return after calling "dissect_data()",
  rather than driving on and calling the dissector anyway.
  
  Revision  Changes    Path
  1.20      +2 -1      ethereal/epan/packet.c