Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan conversation.c conversation.h

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, 3 Sep 2001 05:33:13 -0500 (CDT)
guy         2001/09/03 05:33:13 CDT

  Modified files:
    epan                 conversation.c conversation.h 
  Log:
  Instead of having a single datum attached to a conversation, have a list
  of protocol-id-plus-datum pairs, so that multiple protocols can attach
  information to the same conversation.
  
  Dissectors that attach information to a conversation should not assume
  that if they find a conversation it has one of its data attached to it;
  the conversation might've been created by another dissector.
  
  Revision  Changes    Path
  1.13      +93 -3     ethereal/epan/conversation.c
  1.6       +8 -3      ethereal/epan/conversation.h