Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-socks.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: Wed, 10 Jan 2001 04:59:12 -0600 (CST)
guy         2001/01/10 04:59:12 CST

  Modified files:
    .                    packet-socks.c 
  Log:
  Change from Jeff Foster to keep the dissector from crashing if the
  conversation it found has no data associated with it; this is a
  workaround for a problem that shows up if a conversation is between two
  ports both of which have protocols associated with them - in that case,
  frames going in one direction might be dissected by one of those
  dissectors, and frames going in the other direction might be dissected
  by the other dissector, causing untold confusion.
  
  We really need to associate dissectors with conversations as soon as the
  conversation is created, so that all packets will be handled by the same
  dissector.  (The SOCKS dissector now does that.)
  
  Revision  Changes    Path
  1.18      +15 -4     ethereal/packet-socks.c