Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Jul 2009 23:39:23 +0000 (23:39 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Jul 2009 23:39:23 +0000 (23:39 +0000)
commit59054686ef97080970531906c4f9f9a766a656aa
tree3fbe1ddc45e8d9fd1b6d2bd3d32548cc015dfa75
parent7610035d7b05c578d0f983f9dab86967f756a0d4
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29061 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-netflow.c