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

Date: Wed, 20 Aug 2008 23:57:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26050

User: guy
Date: 2008/08/20 04:57 PM

Log:
 The first argument to vendor IE dissectors is a proto_item *, not a
 proto_tree * (yes, they're the same data type, but they're thought of
 differently - it's a long story).
 
 Just call the IE type in a Marvell vendor IE the "type".  For IEs with
 no known type, show the IE data as raw data, as is done with
 Aironet/Cisco vendor IEs.
 
 Get rid of an unused variable, and mark as unused an unused parameter.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +30 -19    packet-ieee80211.c    Modified