aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-2/+2
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-11/+10
2017-01-29Register reassembly tablesMichael Mann1-4/+2
2016-12-23Make sure we know that a RNG_RSP_DL_FREQ_OVERRIDE item is present.Guy Harris1-1/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann5-124/+107
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann4-40/+127
2016-07-24Fix shadow variable warnings.Michael Mann1-8/+8
2016-07-21Add proto_tree_add_checksum.Michael Mann4-165/+64
2016-06-30Remove Makefile.common filesJoão Valverde2-93/+65
2016-06-15Remove Nmake build systemPascal Quantin4-120/+0
2016-06-12Store the tree item to add to later (CID-1159152)Jaap Keuter1-1/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+12
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2-7/+7
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+4
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-65/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde2-7/+7
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde2-7/+7
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-8/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann24-37/+37
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann16-18/+18
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann5-21/+25
2015-11-18create_dissector_handle -> new_create_dissector_handle for pluginsMichael Mann22-66/+99
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann11-30/+44
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs2-2/+2
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-09-07WIMAX (msg_ucd): fix will never be executed [-Wunreachable-code]Alexis La Goutte1-6/+6
2015-07-03plugins: add cleanup routinesPeter Wu1-10/+10
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-03-03plugins: fix dissector registration with CMakePeter Wu1-0/+1
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson16-25/+0
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte11-27/+25
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-12msg_rng_rsp (Wimax): fix Copy-paste error (CID 11158604)Alexis La Goutte1-1/+1
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-05Wimax: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte3-1/+3
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-01Rename a variable to avoid a compiler warning.Guy Harris1-3/+3
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann6-892/+2228
2014-12-22plugins: Cleanup #includesBill Meier41-53/+15
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier1-1/+1
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12