aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2013-09-22Don't declare proto_mac_mgmt_msg_ucd_decoder twice.Jeff Morriss1-1/+0
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann31-902/+603
2013-09-17emem -> wmemPascal Quantin1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris1-2/+2
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris1-5/+5
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-3/+4
2013-03-20 From beroset:Bill Meier3-12/+12
2013-03-18From beroset:Anders Broman1-12/+12
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2-47/+47
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier18-57/+129
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-39/+40
2013-01-26Fix for CID 280529 and 280530.Jaap Keuter1-0/+8
2012-12-26Fix a bunch of warnings.Guy Harris5-28/+28
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-15/+15
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+1
2012-10-26Revert revision 44921.Evan Huus1-1/+1
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