http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39990
User: wmeier
Date: 2011/11/22 12:42 PM
Log:
Handle 2 issues related to cacheing templates:
- Use a (slightly) less simplistic hashing algorithm to reduce collisions;
Note: A GHashTable which handles collisions rather than
a home-grown hash table (which does not) needs to be implemented.
- Don't replace an existing template in the cache when a collision occurs;
Fixes Bug #6325
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6325
Directory: /trunk/epan/dissectors/
Changes Path Action
+77 -59 packet-netflow.c Modified