Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bgp.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: Mon, 5 Jan 2004 20:29:36 -0600 (CST)
guy         2004/01/05 20:29:36 CST

  Modified files:
    .                    packet-bgp.c 
  Log:
  "decode_MPLS_stack()" always returns a nonnegative value; make it return
  "guint", and make the "labnum" variable to which its return value is
  assigned a "guint".
  
  "plen" in "decode_prefix_MP()" can have a 16-bit value assigned to it;
  make it a "guint", not just a "guint8".
  
  Revision  Changes    Path
  1.84      +5 -5      ethereal/packet-bgp.c