aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-24Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;Bill Meier1-135/+141
2011-03-22Fix a typoJeff Morriss1-1/+1
2011-03-22Coverity 1167Ronnie Sahlberg1-4/+29
2011-03-22Coverity 1168Ronnie Sahlberg1-3/+3
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2011-01-19Don't stop calling subdissectors when there's no tree.Jaap Keuter1-2/+0
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter7-55/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-08Get rid of check_col().Anders Broman25-361/+94
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-9/+9
2009-12-08Fix header field names containing dots.Jaap Keuter2-12/+12
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2-5/+5
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-10-04Remove check_col()Kovarththanan Rajaratnam1-24/+6
2009-10-04Use G_N_ELEMENTS instead of hard coding size of arrayKovarththanan Rajaratnam1-2/+2
2009-10-04Constify wimax_mac_calc_crc8()Kovarththanan Rajaratnam3-3/+3
2009-10-04Constify wimax_mac_calc_crc16()Kovarththanan Rajaratnam3-10/+10
2009-10-04Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam5-5/+5
2009-10-04Remove forward referencesKovarththanan Rajaratnam1-13/+0
2009-10-04Move prototype to wimax_utils.hKovarththanan Rajaratnam2-1/+2
2009-10-04Include wimax_utils.hKovarththanan Rajaratnam1-1/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+120
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-1/+5
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+8
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2-6/+6
2009-08-09'if(proto_... == -1)' not req'd; Don't register ett[] more than once;Bill Meier3-52/+27
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-05Fix typo.Guy Harris1-1/+1
2009-08-04Put the initializers for the elements of value_string arrays into curlyGuy Harris3-11/+11
2009-08-04Minor changes:Bill Meier35-8064/+7858
2009-08-03More minor cleanups:Bill Meier1-43/+46
2009-08-03Minor cleanups:Bill Meier1-62/+56
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke8-15/+15
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke38-1607/+1607
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke38-9596/+9591
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0