Wireshark-commits: [Wireshark-commits] rev 45545: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 14 Oct 2012 22:38:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45545

User: guy
Date: 2012/10/14 03:38 PM

Log:
 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/epan/dissectors/
  Changes    Path                        Action
  +173 -102  packet-ieee80211-prism.c    Modified