http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42104
User: etxrab
Date: 2012/04/17 12:17 AM
Log:
From Evan Huus:
Do the right thing with conversation hash chains.
Adds two new functions: conversation_insert_into_hashtable() and
conversation_remove_from_hashtable() that do the right thing with conversation
hash table chains and ordering and all that. Converts conversation_new(),
conversation_set_addr2() and conversation_set_port2() to use the new functions.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7085
Directory: /trunk/epan/
Changes Path Action
+115 -64 conversation.c Modified