Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan 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: Sun, 2 Sep 2001 19:26:32 -0500 (CDT)
guy         2001/09/02 19:26:32 CDT

  Modified files:
    epan                 conversation.c 
  Log:
  In "find_conversation()", do the same type of matching that
  "try_conversation_dissector()" does - start with as exact matches as
  possible, and then start doing wildcarding - so that it can find
  conversations with wildcard addresses or ports even if both address and
  port arguments are supplied to it.
  
  Revision  Changes    Path
  1.11      +125 -91   ethereal/epan/conversation.c