Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-skinny.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: Tue, 19 Mar 2002 00:31:17 -0600 (CST)
guy         2002/03/19 00:31:17 CST

  Modified files:
    .                    packet-skinny.c 
  Log:
  Put in desegmentation support.
  
  Use "proto_tree_add_item()" to add items to the protocol tree; don't
  fetch to a variable if the variable isn't later used (except for the
  "unknown" fields).  Put fields into the protocol tree as soon as they're
  fetched, so that if an exception is thrown when dissecting a packet, the
  fields that didn't cause an exception get put into the protocol tree.
  
  Fix some typos.
  
  Revision  Changes    Path
  1.11      +512 -493  ethereal/packet-skinny.c