Wireshark-commits: [Wireshark-commits] rev 39995: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 24 Nov 2011 03:20:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39995

User: wmeier
Date: 2011/11/23 07:20 PM

Log:
 Use a GHashTable to store templates instead of
   using a home-grown hash table (which didn't handle collisions);
 Include complete "connection info" (srcAddr,srcPort,dstAddr,dstPort) in "Template Name";
 Rename various variables;
 Re-indent & Re-format code.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +6996 -7079 packet-netflow.c    Modified