Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-cops.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: Fri, 5 Apr 2002 04:08:25 -0600 (CST)
guy         2002/04/05 04:08:25 CST

  Modified files:
    .                    packet-cops.c 
  Log:
  Give all subtrees an ett_ value.
  
  Clean up some case statements - instead of having most branches do
  "return 0", and the default branch just break, with code after the case
  statement handing that case and then returning 0, pull the code after
  the case statement into the default case, and have the other cases just
  break, with the "return 0" after the case statement.
  
  Initialize some ett_ values that weren't getting initialized.
  
  Revision  Changes    Path
  1.28      +27 -37    ethereal/packet-cops.c