aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dsc.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-198/+0
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-3/+3
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handle for pluginsMichael Mann1-4/+6
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-3/+4
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-08-18Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman1-1/+1
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-17Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte1-1/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-09-24Wimax dissector improvements:Michael Mann1-87/+20
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-3/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-8/+8
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-9/+0
2009-08-05Fix typo.Guy Harris1-1/+1
2009-08-04Put the initializers for the elements of value_string arrays into curlyGuy Harris1-4/+4
2009-08-04Minor changes:Bill Meier1-73/+67
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-5/+5
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-34/+34
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-5/+5
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-7/+7
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+250