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:48:23 -0500 (CDT)
guy         2003/09/19 22:48:23 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  From Richie:
  
  	the units for output power are dBm, not dbi;
  
  	decode multiple start channel/number of channels/output power
  	combinations;
  
  	display the output power as a signed value.
  
  Additional change from Martijn Schipper to fix the display of the output
  power.
  
  Pass the tagged data value pointer to "dissect_vendor_specific_ie()".
  
  Don't special-case unknown tag values - use "val_to_str()" even for
  unknown tag values, and handle the value in the "default:" case.
  
  Revision  Changes    Path
  1.99      +60 -64    ethereal/packet-ieee80211.c