Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-sndcp.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, 13 Apr 2004 16:29:19 -0500 (CDT)
guy         2004/04/13 16:29:19 CDT

  Modified files:
    .                    packet-sndcp.c 
  Log:
  Change the decision tree for protocol and data compression so that it
  doesn't test all four possibilities - with the old code, GCC doesn't
  understand that one of the four possibilities must be true, so it
  complains that "compression_field_item" might not be set, but it does
  understand that with the new code.
  
  Revision  Changes    Path
  1.3       +15 -11    ethereal/packet-sndcp.c