Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-netflow.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 9 Mar 2004 14:08:26 -0600 (CST)
guy         2004/03/09 14:08:26 CST

  Modified files:
    .                    packet-netflow.c 
  Log:
  Dynamically allocate the array of field entries in a NetFlow V9
  template, rather than allocating a fixed table of 64 entries (and
  possibly overflowing that table).
  
  Clear out the hash table of template entries, freeing all the allocated
  arrays, when a new capture is opened.
  
  Revision  Changes    Path
  1.11      +20 -4     ethereal/packet-netflow.c