http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45547
User: guy
Date: 2012/10/14 03:47 PM
Log:
Copy over r45545 from trunk, with manual intervention:
------------------------------------------------------------------------
r45545 | guy | 2012-10-14 15:38:58 -0700 (Sun, 14 Oct 2012) | 28 lines
According to
http://home.martin.cc/linux/prism
there's a set of DID type values different from the ones we were using,
and there are captures out there that use values from both sets.
Support both sets.
That page also says that a "status" value of 0 means "supplied"; treat
zero as meaning "supplied", and, if it's not zero for a field, don't
include it.
The "Mac Time" is, according to that page, the lower 32 bits of the MAC
timestamp; report it as such.
Fix some field names that were copied-and-pasted but not changed.
The RSSI and signal quality values are numbers, so show them in decimal.
The "signal" and "noise" values appear to be signed numbers, so make
them signed rather than unsigned and show them in decimal.
Show the data rate in the same style as it's shown in the radiotap
dissector.
Show the frame length in decimal; we probably have relatively few users
with 16 fingers.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+173 -102 packet-ieee80211.c Modified