http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52084
User: eapache
Date: 2013/09/15 01:47 PM
Log:
Our hash function is no longer commutative (yay!). However, this means that we
no longer get to check both conversation directions at once "for free" because
the two orderings actually result in different hashes. Do them one at a time.
Sorry Anders, this may or may not cancel out some of the performance gain you
were looking for. Either way, the new hash function is still an improvement.
Fixes bidirectional conversation lookup, which was conveniently showing up as
a DTLS decryption failure in the test suite. Go figure.
Directory: /trunk/epan/
Changes Path Action
+7 -1 conversation.c Modified