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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Nov 2001 22:34:39 -0600 (CST)
guy         2001/11/12 22:34:39 CST

  Modified files:
    .                    packet-smtp.c 
  Log:
  The hash table merely associates data structures with conversations,
  but you can do that directly, so eliminate the hash table and just
  attach the data structures to the conversation directly.
  
  Revision  Changes    Path
  1.21      +9 -65     ethereal/packet-smtp.c