aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-14/+14
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-10-24Minor cleanup.Michael Mann2-5/+1
2013-10-24Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann1-10/+8
2013-10-24Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann1-587/+17
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier8-2/+65
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+3
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus7-12/+5
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann16-2017/+1427
2013-09-24Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann1-2/+2
2013-09-24You are in a twisty little maze of code paths, all different. Get ridGuy Harris1-416/+407
2013-09-24Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris1-9/+14
2013-09-24Get rid of unused variable.Guy Harris1-3/+0
2013-09-24Fix copy-and-pasteo(?).Guy Harris1-2/+2
2013-09-24One advantage of making as many things as possible static is that, ifGuy Harris1-1/+4
2013-09-24Wimax dissector improvements:Michael Mann29-1193/+467
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