aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_ucd.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-1255/+0
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-48/+31
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handle for pluginsMichael Mann1-2/+3
2015-09-07WIMAX (msg_ucd): fix will never be executed [-Wunreachable-code]Alexis La Goutte1-6/+6
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann1-21/+57
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-10/+23
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier1-1/+3
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann1-124/+140
2013-09-24Wimax dissector improvements:Michael Mann1-23/+3
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 Mann1-2/+14
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-5/+9
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-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-2/+2
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-48/+48
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-03-24Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;Bill Meier1-135/+141
2010-04-08Get rid of check_col().Anders Broman1-8/+2
2009-08-04Minor changes:Bill Meier1-470/+464
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-64/+64
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-385/+385
2009-01-08Fix for bug 2902:Jaap Keuter1-2/+2
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-64/+64
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-77/+78
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-3/+3
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+1216