Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan circuit.c conversation.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: Tue, 29 Oct 2002 01:22:56 -0600 (CST)
guy         2002/10/29 01:22:56 CST

  Modified files:
    epan                 circuit.c conversation.c 
  Log:
  Move the stuff to save, recompute, and restore "can_desegment" out of
  "try_circuit_dissector()" and "try_conversation_dissector()", as both fo
  them call "call_dissector()" and "call_dissector()" now does that stuff
  itself.
  
  Revision  Changes    Path
  1.2       +2 -15     ethereal/epan/circuit.c
  1.21      +2 -15     ethereal/epan/conversation.c