Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap netxray.c wtap-int.h wtap.c wtap.h

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: Mon, 8 Apr 2002 04:09:51 -0500 (CDT)
guy         2002/04/08 04:09:51 CDT

  Modified files:
    wiretap              netxray.c wtap-int.h wtap.c wtap.h 
  Log:
  Add an encapsulation type for "802.11 with radio information"; that type
  returns radio information such as signal strength, channel, and data
  rate in a pseudo-header.  Add that pseudo-header.
  
  Use the "802.11 with radio information" encapsulation type for Wireless
  Sniffer files; extract the radio information from where it appears to be
  in the header.
  
  Add dissector code for that encapsulation type.
  
  Fix an error in the code to put radio information into the AiroPeek
  tree.
  
  Make the "wrapped" flag for NetXRay/Windows Sniffer captures a
  "gboolean".
  
  Revision  Changes    Path
  1.52      +163 -45   ethereal/wiretap/netxray.c
  1.24      +8 -8      ethereal/wiretap/wtap-int.h
  1.64      +4 -1      ethereal/wiretap/wtap.c
  1.108     +20 -11    ethereal/wiretap/wtap.h