Wireshark-commits: [Wireshark-commits] rev 29061: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 10 Jul 2009 23:39:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29061

User: gerald
Date: 2009/07/10 04:39 PM

Log:
 Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
 "EVER!") Expand the entry/scope struct to include private enterprise
 numbers instead of casting guint32s to arbritrary chunks of memory.
 Limit the number of entries and scopes we allocate.  Don't allocate
 memory every time we see a new template.  Don't use a C++ keyword for
 variable names.

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