Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 18825: /trunk/epan/ /trunk/epan/: conversation.c

Date: Wed, 02 Aug 2006 19:50:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18825

User: etxrab
Date: 2006/08/02 07:50 PM

Log:
 From Peter Johansson:
 the supplied patch fixes a problem where the options value should really be used from the conversation found (using
 conversation_lookup_hashtable(...) to create a new conversation based on the already stored conversation template (the CONVERSATION_TEMPLATE bit is set in the stored conversation) rather from the options argument passed to the function(s).
 
 This solves a problem that otherwise shows itself where "DISSECTOR_ASSERT(!(conv->options & CONVERSATION_TEMPLATE) && "Use the conversation_create_from_template function when the CONVERSATION_TEMPLATE bit is set in the options mask");" fails sometimes.

Directory: /trunk/epan/
  Changes    Path              Action
  +9 -9      conversation.c    Modified