aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-31From Jouni Malinen:Anders Broman1-26/+166
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+6
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-40/+40
2010-01-11Fix Bug 4183: "Wireshark can't decrypt WPA(2)-PSK when passphrase is 63 bytes".Bill Meier1-1/+1
2010-01-02From Jakub Zawadzki:Anders Broman1-2/+1
2009-11-18Get the offset right.Jaap Keuter1-1/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-5/+5
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+1
2009-10-18From Jouni Malinen:Jaap Keuter1-0/+68
2009-10-01Don't pass in ephemeral allocated string to col_set_str()Kovarththanan Rajaratnam1-24/+24
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-11Use the right size for FT_UINT16.Gerald Combs1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-05Fix for bug 3806:Jaap Keuter1-5/+10
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-415/+415
2009-07-13Squelch a couple of Valgrind warnings. This should fix bug 3700.Gerald Combs1-3/+12
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-27From Greg Schwendimann:Anders Broman1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-386/+386
2009-06-03Fixed bit position for wlan_mgt.fixed.delba.param.initiator.Stig Bjørlykke1-1/+1
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataAnders Broman1-2/+1
2009-05-15Rename an CCX IEJörg Mayer1-7/+9
2009-05-14Apply some of the patches from:Anders Broman1-25/+15
2009-05-02Try to detect the mysterious two bytes of 0x00 stuck in after the 802.11Guy Harris1-9/+55
2009-05-01Pull the code to dissect Marvell vendor actions into a routine of itsGuy Harris1-85/+92
2009-05-01Clean up indentation.Guy Harris1-113/+111
2009-04-07Use some default true_false_string's.Bill Meier1-64/+33
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-1/+1
2009-03-22g_snprintf() & etc since glib 1.3.12 don't return -1, Bill Meier1-44/+26
2009-03-15Fix non-ascii charactersBill Meier1-2/+2
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