Ethereal-dev: [Ethereal-dev] 802.11 Patch for WDS

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

From: Chris Waters <chris.waters@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Oct 2002 17:55:35 -0800
Hi,

The 802.11 dissector does not populate the wlan.fc.from_ds and wlan.fc.to_ds
fields when it dissects packets. This means that filters like:

wlan.fc.fromds == 1 and wlan.fc.tods == 1

do not work. You can use a filter like:

wlan.fc.ds == 3

however it is not obvious to a user why the latter works and the former
doesn't. Attached is a patch to fix this problem.

Regards,

Chris Waters

chris.waters@xxxxxxxxxxxxxxxxxxxx
www.networkchemistry.com

Attachment: packet-80211.patch
Description: Binary data