From report of Dennis Mendoza via https://bugs.wireshark.org/bugzilla/show_bug.cgi...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Tue, 3 Jul 2012 12:28:06 +0000 (12:28 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Tue, 3 Jul 2012 12:28:06 +0000 (12:28 -0000)
commita16c3e2692bd6f7026f4b55bc53e7846773c361c
tree5195b18f52d8fedf8f2758247920bf0221f982ef
parent6dd3a8b1fd23cab7dbb2c0d32ce2fec99115161e
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

svn path=/trunk/; revision=43556
epan/dissectors/packet-ieee80211.c