aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-05Fix a typo.Gerald Combs1-1/+1
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-1/+0
2007-03-23fix a lot more warningsUlf Lamping1-1/+1
2007-03-22Add a comment about CCXJörg Mayer1-2/+14
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2007-02-19wep_decrypt() isn't needed if we have AirPDCap.Guy Harris1-11/+6
2007-02-06From Clay Jones:Gerald Combs1-0/+883
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs1-4/+7
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-46/+44
2007-01-24Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()Gerald Combs1-104/+104
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-315/+5
2007-01-04Don't lower-case our SSID and passphrase, otherwise we'll create anGerald Combs1-2/+0
2007-01-03Fix a typo.Gerald Combs1-1/+1
2007-01-02Add a good/bad tree to the FCS item.Stephen Fisher1-4/+41
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-1/+1
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs1-6/+9
2006-12-12Processing packet data via tvb_get_ptr() is like palpating a cow -- it'sGerald Combs1-234/+223
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-2/+2
2006-12-05Fix preference registration.Gerald Combs1-1/+1
2006-12-05Fix a compilation error, and squelch a couple of other errors.Gerald Combs1-3/+3
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-14/+664
2006-11-23Back out most of r19878; it was making the 802.11 dissector overwrite theGerald Combs1-1/+1
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs1-3/+4
2006-11-02Zhu Yi:Jörg Mayer1-8/+658
2006-10-20Get rid of a duplicate call.Guy Harris1-1/+0
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs1-55/+42
2006-10-13Make the "WEP key count" option match the number of WEP key slots. AddGerald Combs1-20/+33
2006-10-10Remove a leftover printf.Gerald Combs1-1/+0
2006-10-10First step in integrating the AirPcap WEP preferences with thoseGerald Combs1-17/+33
2006-08-26Don't define the Aironet/Cisco Wireless OUI ourselves; get it fromGuy Harris1-4/+4
2006-07-20Daniel Drake <dsd@gentoo.org>:Jörg Mayer1-1/+3
2006-07-13Decode another byte in Cisco's IE 133 (number of associated clients)Jörg Mayer1-2/+5
2006-07-05Add a comment about a Cisco proprietary tag.Jörg Mayer1-0/+2
2006-06-09From Christoph WerleRonnie Sahlberg1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-23Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris1-4/+17
2006-01-23Rename all the COOK_ macros to indicate the field from which they'reGuy Harris1-35/+39
2006-01-23From Sam Leffler:Guy Harris1-132/+244
2006-01-17According to 802.11e D11, 7.3.2.13, station count is a 16 bit value.Jörg Mayer1-5/+5
2006-01-17- Replace snprintf by g_snprintfJörg Mayer1-25/+21
2006-01-13- Change Cisco QBSS V2 to be part of the Aironet IE dissection.Jörg Mayer1-58/+32
2006-01-11From Thomas SillaberJaap Keuter1-4/+121
2006-01-09First attempt to decode CCX type 4 IEs (QoS?)Jörg Mayer1-1/+46
2006-01-05- Undo the COL_PROTOCOL misuse introduced with rev 15115.Jörg Mayer1-5/+56
2006-01-05Jaap Keuter:Jörg Mayer1-1/+9
2005-12-16From Jaap Keuter:Anders Broman1-1/+1
2005-10-31Get rid of an unused variable, and declare a variable that points into aGuy Harris1-2/+2
2005-10-30- Split dissect_wendor_specific_ie intoJörg Mayer1-22/+62
2005-10-30- Remove trailing whitespaceJörg Mayer1-82/+78