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: Fri, 8 Jun 2001 01:01:07 -0500 (CDT)
guy         2001/06/08 01:01:07 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  Use "col_set_str()", rather than "col_add_str()", wherever possible.
  
  Don't bother doing multiple "tvb_get_letohs()" to get the frame control
  field - we fetched it once, just use the value we fetched.
  
  Call sub-dissectors *regardless* of whether a protocol tree is being
  built or not - dissectors should always do so.
  
  Revision  Changes    Path
  1.20      +104 -109  ethereal/packet-ieee80211.c