aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-05Fix indentation.Guy Harris1-9/+9
2007-08-30Fixed a brace placement to enable the default caseStig Bjørlykke1-8/+6
2007-08-27From Tuomas Maattanen:Stig Bjørlykke1-13/+14
2007-07-12From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix descr...Jeff Morriss1-3/+3
2007-07-10Add a missing display filter.Gerald Combs1-1/+1
2007-07-09From Dustin Johnson: Fix a typo.Gerald Combs1-1/+1
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in theGerald Combs1-7/+7
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes toGerald Combs1-28/+47
2007-06-14The 802.11 dissector calculates the header size, so pass that value toGerald Combs1-5/+6
2007-06-14Add a hint for using wlan.fc.type_subtype.Gerald Combs1-1/+1
2007-06-07Add an option to ignore vendor-specific HT elements.Gerald Combs1-1/+16
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-5/+5
2007-05-29From David Howells :Sebastien Tandel1-5/+5
2007-05-25Throw an exception instead of trying to add a 4GB fragment.Gerald Combs1-0/+2
2007-05-18From Dustin Johnson:Gerald Combs1-8/+8
2007-05-14From Dustin Johnson: Fix a couple of spelling errors. Normalize the displayGerald Combs1-10/+4
2007-05-12Fix a bunch of spelling errors.Gerald Combs1-37/+37
2007-05-11implented -> implemented.Gerald Combs1-2/+2
2007-05-11Add separate filters for vendor-specific HT items.Gerald Combs1-30/+56
2007-05-07Bug fixes and cleanup from Dustin Johnson and myself:Gerald Combs1-23/+16
2007-05-02Add a routine to dissect the MCS Set. Add a tree for the MCS SetGerald Combs1-33/+95
2007-05-01From Dustin Johnson: Normalize indentation.Gerald Combs1-3003/+2993
2007-05-01Parenthesize to squelch a compiler warning (a warning that suggests thatGuy Harris1-2/+2