Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.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: Mon, 24 Sep 2001 19:34:25 -0500 (CDT)
guy         2001/09/24 19:34:25 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  The data in a tagged field can be up to 255 bytes (the length is an
  8-bit value), and the raw data of an SSID parameter is the
  interpretation, so the buffer into which we put the interpretation must
  be at least 256 bytes long; it's an array of size SHORT_STR, so boost
  SHORT_STR to 256.
  
  Revision  Changes    Path
  1.39      +2 -2      ethereal/packet-ieee80211.c