aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss40-80/+0
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki50-50/+50
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+18
2012-05-10Better fixes for the last commit.Gerald Combs2-6/+4
2012-05-09Fix a few scan-build warnings.Gerald Combs5-17/+12
2012-04-10Add missing consts.Jakub Zawadzki3-3/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier6-13/+13
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier10-348/+348
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier9-303/+303
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier36-1127/+1127
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier20-162/+162
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier7-32/+10
2011-07-06From Kluchnikov Ivan:Anders Broman1-1/+58
2011-07-04From Kluchnikov Ivan:Anders Broman1-1/+5
2011-07-04From Kluchnikov Ivan:Anders Broman2-4/+16
2011-07-04From Kluchnikov Ivan:Anders Broman3-9/+11
2011-04-06Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs3-5/+5
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