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: Wed, 10 Jan 2001 17:28:47 -0600 (CST)
guy         2001/01/10 17:28:47 CST

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  The frame control field is, I infer from "dissect_ieee80211()",
  little-endian, so "capture_ieee80211()" should use "pletohs()", not
  "pntohs()", to fetch it.
  
  Also, "pletohs()" takes a *pointer* to the object to be fetched as an
  argument.
  
  Revision  Changes    Path
  1.10      +2 -2      ethereal/packet-ieee80211.c