aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-14Add a hint for using wlan.fc.type_subtype.gerald1-1/+1
2007-06-07Add an option to ignore vendor-specific HT elements.gerald1-1/+16
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.guy1-5/+5
2007-05-29From David Howells :standel1-5/+5
2007-05-25Throw an exception instead of trying to add a 4GB fragment.gerald1-0/+2
2007-05-18From Dustin Johnson:gerald1-8/+8
2007-05-14From Dustin Johnson: Fix a couple of spelling errors. Normalize the displaygerald1-10/+4
2007-05-12Fix a bunch of spelling errors.gerald1-37/+37
2007-05-11implented -> implemented.gerald1-2/+2
2007-05-11Add separate filters for vendor-specific HT items.gerald1-30/+56
2007-05-07Bug fixes and cleanup from Dustin Johnson and myself:gerald1-23/+16
2007-05-02Add a routine to dissect the MCS Set. Add a tree for the MCS Setgerald1-33/+95
2007-05-01From Dustin Johnson: Normalize indentation.gerald1-3003/+2993
2007-05-01Parenthesize to squelch a compiler warning (a warning that suggests thatguy1-2/+2
2007-04-30From Dustin Johnson and myself:gerald1-349/+510
2007-04-25From Dustin Johnson:gerald1-92/+124
2007-04-25From Stig Bjørlykke:gerald1-2/+2
2007-04-20Move some data frame back out of the control frame scope, so Wireshark gerald1-25/+119
2007-04-20Fix 64-bit integer handling and whitespace.gerald1-8/+9
2007-04-20More .11n-related updates and additions from Dustin Johnson and myself:gerald1-958/+1838
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": usemorriss1-5/+5
2007-04-17More .11k/n updates from Dustin Johnson:gerald1-415/+1046
2007-04-16From Tuomas Maattanen:gerald1-13/+14
2007-04-13Remove unused variable that is causing a warning sfisher1-1/+0
2007-04-13802.11k/n updates from Dustin Johnson:gerald1-342/+1101
2007-04-12Additional 802.11k/n support from Dustin Johnson and myself:gerald1-246/+1786
2007-04-11From Stig Bjørlykke:gerald1-16/+26
2007-04-05Fix a typo.gerald1-1/+1
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-1/+0
2007-03-23fix a lot more warningsulfl1-1/+1
2007-03-22Add a comment about CCXjmayer1-2/+14
2007-03-21Fixes for: warning: function declaration isn't a prototypejmayer1-1/+1
2007-02-19wep_decrypt() isn't needed if we have AirPDCap.guy1-11/+6
2007-02-06From Clay Jones:gerald1-0/+883
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (notegerald1-4/+7
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthgerald1-46/+44
2007-01-24Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()gerald1-104/+104
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-315/+5
2007-01-04Don't lower-case our SSID and passphrase, otherwise we'll create angerald1-2/+0
2007-01-03Fix a typo.gerald1-1/+1