aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-26From Alexis La Goutte:etxrab1-432/+432
2011-01-24From Jouni Malinen:jake1-0/+21
2011-01-24 From Alexis La Goutte:wmeier1-177/+167
2011-01-23From Alexis La Goutte:jake1-27/+21
2011-01-23From Alexis La Goutte:jake1-88/+88
2011-01-16Use tvb_memeql().morriss1-31/+13
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-30/+30
2010-12-16From Jouni Malinen:etxrab1-2/+618
2010-12-16From Jouni Malinen:etxrab1-0/+59
2010-12-14Minor cleanup:wmeier1-16/+8
2010-11-23Remove Supported Channels lenght check fixesetxrab1-8/+5
2010-10-30From Jouni Malinen:etxrab1-0/+10
2010-10-25From Jouni Malinen: preliminary version of Wi-Fi P2P (Wi-Fi Direct) dissector.wmeier1-1/+71
2010-10-17Fixed typo in "SSI Noise (dBm)" abbrev.stig1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-6/+6
2010-09-03Code cleanup: Remove Begin/End comments on each and every code block,stig1-264/+0
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-1/+1
2010-07-05From Jouni Malinen:etxrab1-76/+492
2010-07-05From Jouni Malinen:etxrab1-0/+3
2010-07-05From Jouni Malinen:etxrab1-0/+9
2010-06-21The length of the dot11CurrentChannelNumber parameter is 1 octet.etxrab1-16/+10
2010-06-14From Jouni Malinen: Fix: RSN capabilities field in IEEE 802.11 RSN IE is par...wmeier1-9/+9
2010-05-27Data frames, not management frames, can have a mesh header.guy1-57/+57
2010-05-26g_error -> expert_add_info_format. Fixup whitespace.gerald1-31/+33
2010-05-25From Sam Leffler and Javier Cardona via email & bug 4793:gerald1-12/+661
2010-05-07From Jouni Malinen via bug 4713:gerald1-1/+14
2010-05-04From Jouni Malinen:jake1-0/+16
2010-04-09More hf renaming.etxrab1-81/+81
2010-04-09From Jouni Malinen:etxrab1-70/+171
2010-04-08From Jouni Malinen:etxrab1-1/+199
2010-03-31From Jouni Malinen:etxrab1-26/+166
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+6
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-40/+40
2010-01-11Fix Bug 4183: "Wireshark can't decrypt WPA(2)-PSK when passphrase is 63 bytes".wmeier1-1/+1
2010-01-02From Jakub Zawadzki:etxrab1-2/+1
2009-11-18Get the offset right.jake1-1/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-5/+5
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-10-18From Jouni Malinen:jake1-0/+68
2009-10-01Don't pass in ephemeral allocated string to col_set_str()krj1-24/+24
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-11Use the right size for FT_UINT16.gerald1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-8/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-8/+4
2009-08-05Fix for bug 3806:jake1-5/+10
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;wmeier1-415/+415