aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-8/+5
2009-03-01Clean up display of QoS PS Buffer State field.Guy Harris1-36/+55
2009-03-01Show bit 4 of the QoS field for frames not coming from an AP.Guy Harris1-19/+68
2009-02-26From Didier Gautheron:Jaap Keuter1-1/+1
2009-02-24From Jerry Kotland:Jaap Keuter1-1/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-2/+3
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-3/+2
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-22/+22
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-12-10From Alexis La Goutte:Jaap Keuter1-27/+1
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-8/+0
2008-10-18From beanniecai:Jaap Keuter1-78/+77
2008-10-13From Alexis La Goutte:Jaap Keuter1-1/+117
2008-09-20The Official Home of the AVS header spec appears to bhe theGuy Harris1-22/+253
2008-09-14Allways show the Vendor OUI in the vedors specific IE.Anders Broman1-4/+4
2008-09-10In the radio-information dissector, set the current protocol name beforeGuy Harris1-0/+1
2008-09-05Add extended cap decoding.Anders Broman1-17/+60
2008-09-04Mark unused argument as such.Guy Harris1-2/+3
2008-09-04Modified patch from Siva Jupudi adding support forAnders Broman1-30/+282
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aGuy Harris1-19/+30
2008-08-20From David Woodhouse:Anders Broman1-4/+286
2008-08-19Fix bug:Anders Broman1-5/+36
2008-08-19Add a comment.Anders Broman1-0/+14
2008-08-19Add to a comment.Guy Harris1-0/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-13/+26
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman1-7/+7
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke1-4/+2
2008-05-04Added a hidden SSID (wlan_mgt.ssid) to be able to filter on the ssid.Stig Bjørlykke1-1/+10
2008-04-09Remove:Anders Broman1-4/+0
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-7/+7
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-2/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-6/+6
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.Gerald Combs1-14/+15
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke1-0/+20
2008-01-29SSI dBm signal is signed.Stig Bjørlykke1-1/+1
2007-12-18It appears that some fields in the Prism header might have a DID valueGuy Harris1-7/+8
2007-12-18Put radio information from a pseudo-header into its own protocol treeGuy Harris1-60/+62
2007-12-18Interpret the signal and noise values in an AVS header appropriately, asGuy Harris1-15/+105
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andGuy Harris1-7/+613
2007-12-03My compiler (I think wrongly) says that fnum could be used uninitialised.Martin Mathieson1-1/+1
2007-11-29Didier Gautheron:Anders Broman1-0/+160
2007-11-27Fixes from Sam Leffler:Gerald Combs1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-27From Tuomas Maattanen: Fix a .11e QBSS IE endian error.Gerald Combs1-1/+1
2007-11-23From Jens Braeuer:Stig Bjørlykke1-0/+6
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-9/+7
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...Richard van der Hoff1-72/+72
2007-09-19Append the packet type and flags to the top-level 802.11 tree item, and appendGerald Combs1-14/+31
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-0/+3