http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39993
User: wmeier
Date: 2011/11/22 03:10 PM
Log:
Copy over manually Revisions 39990 & 39991 from trunk.
------------------------------------------------------------------------
r39991 | wmeier | 2011-11-22 15:48:49 -0500 (Tue, 22 Nov 2011) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-netflow.c
Fix two compiler errors.
------------------------------------------------------------------------
r39990 | wmeier | 2011-11-22 15:42:25 -0500 (Tue, 22 Nov 2011) | 9 lines
Changed paths:
M /trunk/epan/dissectors/packet-netflow.c
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
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+77 -59 packet-netflow.c Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+5 -0 release-notes.xml Modified