aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-13Squelch a couple of Valgrind warnings. This should fix bug 3700.gerald1-3/+12
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-27From Greg Schwendimann:etxrab1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-386/+386
2009-06-03Fixed bit position for wlan_mgt.fixed.delba.param.initiator.stig1-1/+1
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataetxrab1-2/+1
2009-05-15Rename an CCX IEjmayer1-7/+9
2009-05-14Apply some of the patches from:etxrab1-25/+15
2009-05-02Try to detect the mysterious two bytes of 0x00 stuck in after the 802.11guy1-9/+55
2009-05-01Pull the code to dissect Marvell vendor actions into a routine of itsguy1-85/+92
2009-05-01Clean up indentation.guy1-113/+111
2009-04-07Use some default true_false_string's.wmeier1-64/+33
2009-03-23Removed some "initializer does not fit or is out of range" warnings.stig1-1/+1
2009-03-22g_snprintf() & etc since glib 1.3.12 don't return -1, wmeier1-44/+26
2009-03-15Fix non-ascii characterswmeier1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):stig1-8/+5
2009-03-01Clean up display of QoS PS Buffer State field.guy1-36/+55
2009-03-01Show bit 4 of the QoS field for frames not coming from an AP.guy1-19/+68
2009-02-26From Didier Gautheron:jake1-1/+1
2009-02-24From Jerry Kotland:jake1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-2/+3
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-3/+2
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-22/+22
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-2/+2
2008-12-10From Alexis La Goutte:jake1-27/+1
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-8/+0
2008-10-18From beanniecai:jake1-78/+77
2008-10-13From Alexis La Goutte:jake1-1/+117
2008-09-20The Official Home of the AVS header spec appears to bhe theguy1-22/+253
2008-09-14Allways show the Vendor OUI in the vedors specific IE.etxrab1-4/+4
2008-09-10In the radio-information dissector, set the current protocol name beforeguy1-0/+1
2008-09-05Add extended cap decoding.etxrab1-17/+60
2008-09-04Mark unused argument as such.guy1-2/+3
2008-09-04Modified patch from Siva Jupudi adding support foretxrab1-30/+282
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aguy1-19/+30
2008-08-20From David Woodhouse:etxrab1-4/+286
2008-08-19Fix bug:etxrab1-5/+36
2008-08-19Add a comment.etxrab1-0/+14
2008-08-19Add to a comment.guy1-0/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-13/+26
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.etxrab1-7/+7