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@xxxxxxxxxxxxxxxxx>
Date: Fri, 19 Sep 2003 22:20:17 -0500 (CDT)
guy         2003/09/19 22:20:17 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  Give the tag number a value_string table, and have common code, rather
  than tag-specific code, put it, and the tag length, into the protocol
  tree.  Make those fields FT_UINT8, as they're one byte long.
  
  Don't pass to "dissect_vendor_specific_ie()" variables whose names and
  values are the same as global variables.
  
  Revision  Changes    Path
  1.98      +30 -69    ethereal/packet-ieee80211.c