summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-21/+34
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-0/+1
2014-01-01wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin1-1/+1
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-1/+3
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-5/+15
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
2012-05-09Fix a few scan-build warnings.Gerald Combs1-1/+0
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-45/+45
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-140/+140
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+0
2010-04-08Get rid of check_col().Anders Broman1-24/+6
2009-08-04Minor changes:Bill Meier1-619/+622
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-141/+141
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-591/+590
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-04-07Fix for bug 2401:Jaap Keuter1-2/+2
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-141/+141
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-2/+2
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-1/+1
2007-05-26Squelch some unused parameter warnings.Guy Harris1-5/+5
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2140