Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Tue, 03 Jul 2012 12:28:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43556

User: alagoutte
Date: 2012/07/03 05:28 AM

Log:
 From report of Dennis Mendoza via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7429
 Wireshark > 1.4 does not correctly read Association ID for PS Poll packets
 
 Wireless Frame with subtype 0x1a don't interpret the Association ID (always 0).
 
 Fix : 
 proto_tree_add_uint() wasn't changed to proto_tree_add_item()
 
 #BACKPORT

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