Ethereal-cvs: [Ethereal-cvs] rev 17083: /trunk/epan/dissectors/: packet-ieee80211.c packet-iee

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Mon, 23 Jan 2006 16:56:36 GMT
User: guy
Date: 2006/01/23 10:56 AM

Log:
 Call capture_radiotap() when capturing on a device supplying Radiotap
 headers.
 
 Fix capture_radiotap() to check for padding between the 802.11 header
 and the 802.11 payload and to call different capture routines depending
 on whether it's present or not, and create capture_ieee80211_datapad()
 to handle the case where it's present.
 
 Fix capture_radiotap() to convert the Radiotap header length from
 little-endian, and to do some sanity checking of that length.
 
 Fix capture_ieee80211_common() to use the offset supplied to it to fetch
 the frame control field, as that offset isn't necessarily 0.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +17 -4     packet-ieee80211.c    Modified
  +1 -0      packet-ieee80211.h    Modified
  +54 -14    packet-radiotap.c     Modified

Directory: /trunk/
  Changes    Path              Action
  +4 -0      capture_info.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17083&view=rev