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: Mon, 28 Oct 2002 17:04:16 -0600 (CST)
guy         2002/10/28 17:04:16 CST

  Modified files:
    epan                 packet.c 
  Log:
  Hoist the bulk of the stuff involved in calling a dissector through a
  handle into a routine "call_dissector_work()", and have
  "dissector_try_port()" and "call_dissector()" use that routine (which
  means that "call_dissector()" now saves and restores
  "pinfo->can_desegment").
  
  Revision  Changes    Path
  1.80      +65 -60    ethereal/epan/packet.c