Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.c packet-prism.c packet-rad

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: Tue, 6 Jul 2004 14:22:45 -0500 (CDT)
guy         2004/07/06 14:22:45 CDT

  Modified files:
    .                    packet-ieee80211.c packet-prism.c 
                         packet-radiotap.c packet-wlancap.c 
  Log:
  In "packet-ieee80211.c", use the same scheme for displaying the data
  rate used elsewhere, rather than using floating point.
  
  In "packet-prism.c", show the data rate correctly in the column display,
  and show it as Mb/s in the protocol tree, and show it as "Data Rate", as
  it is in "packet-ieee80211.c".
  
  In "packet-radiotap.c" and "packet-wlancap.c", show it as "Data Rate"
  rather than as "Datarate".
  
  Show the units uniformly as "Mb/s", rather than "mb/s" (it's mega, not
  milli) or "Mbps", except for the AVS header, where it's Kb/s.
  
  Revision  Changes    Path
  1.114     +7 -5      ethereal/packet-ieee80211.c
  1.13      +10 -3     ethereal/packet-prism.c
  1.5       +2 -2      ethereal/packet-radiotap.c
  1.6       +7 -4      ethereal/packet-wlancap.c