ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Tue, 17 Apr 2012 07:17:38 GMT
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