Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-bytes.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: gerald@xxxxxxxxxxxx (Gerald Combs)
Date: Sun, 28 Dec 2003 22:07:07 -0600 (CST)
gerald      2003/12/28 22:07:07 CST

  Modified files:
    epan/ftypes          ftype-bytes.c 
  Log:
  Pull most of bytes_from_unparsed() into a new routine,
  hex_str_to_bytes().  Use the new routine to initialize any WEP keys we
  have defined.  This has the side effect of fixing an overflow if the user
  entered a long WEP key.
  
  Revision  Changes    Path
  1.21      +4 -84     ethereal/epan/ftypes/ftype-bytes.c