aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-10From Alexis La Goutte:jake1-27/+1
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-8/+0
2008-10-18From beanniecai:jake1-78/+77
2008-10-13From Alexis La Goutte:jake1-1/+117
2008-09-20The Official Home of the AVS header spec appears to bhe theguy1-22/+253
2008-09-14Allways show the Vendor OUI in the vedors specific IE.etxrab1-4/+4
2008-09-10In the radio-information dissector, set the current protocol name beforeguy1-0/+1
2008-09-05Add extended cap decoding.etxrab1-17/+60
2008-09-04Mark unused argument as such.guy1-2/+3
2008-09-04Modified patch from Siva Jupudi adding support foretxrab1-30/+282
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aguy1-19/+30
2008-08-20From David Woodhouse:etxrab1-4/+286
2008-08-19Fix bug:etxrab1-5/+36
2008-08-19Add a comment.etxrab1-0/+14
2008-08-19Add to a comment.guy1-0/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-13/+26
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.etxrab1-7/+7
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.stig1-4/+2
2008-05-04Added a hidden SSID (wlan_mgt.ssid) to be able to filter on the ssid.stig1-1/+10
2008-04-09Remove:etxrab1-4/+0
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :morriss1-7/+7
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPgerald1-2/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-6/+6
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.gerald1-14/+15
2008-02-12Added WLAN Traffic Statistics dialog.stig1-0/+20
2008-01-29SSI dBm signal is signed.stig1-1/+1
2007-12-18It appears that some fields in the Prism header might have a DID valueguy1-7/+8
2007-12-18Put radio information from a pseudo-header into its own protocol treeguy1-60/+62
2007-12-18Interpret the signal and noise values in an AVS header appropriately, asguy1-15/+105
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andguy1-7/+613
2007-12-03My compiler (I think wrongly) says that fnum could be used uninitialised.martinm1-1/+1
2007-11-29Didier Gautheron:etxrab1-0/+160
2007-11-27Fixes from Sam Leffler:gerald1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-27From Tuomas Maattanen: Fix a .11e QBSS IE endian error.gerald1-1/+1
2007-11-23From Jens Braeuer:stig1-0/+6
2007-10-23Apply the small performance enhancment patches for:etxrab1-9/+7
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...richardv1-72/+72
2007-09-19Append the packet type and flags to the top-level 802.11 tree item, and appendgerald1-14/+31
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11stig1-0/+3
2007-09-05Fix indentation.guy1-9/+9
2007-08-30Fixed a brace placement to enable the default casestig1-8/+6
2007-08-27From Tuomas Maattanen:stig1-13/+14
2007-07-12From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix descr...morriss1-3/+3
2007-07-10Add a missing display filter.gerald1-1/+1
2007-07-09From Dustin Johnson: Fix a typo.gerald1-1/+1
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in thegerald1-7/+7
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes togerald1-28/+47
2007-06-14The 802.11 dissector calculates the header size, so pass that value togerald1-5/+6