Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ranap.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: Thu, 13 Sep 2001 15:42:14 -0500 (CDT)
guy         2001/09/13 15:42:13 CDT

  Modified files:
    .                    packet-ranap.c 
  Log:
  Squelch a "signed vs. unsigned comparison" warning (which warned of a
  real problem, if "byte_span" were 0 - that would only happen if
  "bitoffset" and "bitlength" were both 0, and "bitlength" should never be
  0).
  
  Revision  Changes    Path
  1.7       +2 -2      ethereal/packet-ranap.c