summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-27/+30
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-05Wimax: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann1-2/+13
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier1-1/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-30/+43
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier1-0/+8
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus1-3/+0
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann1-357/+239
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-1/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-8/+17
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-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-6/+6
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-157/+157
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-15/+15
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-30/+30
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-30/+30
2010-04-08Get rid of check_col().Anders Broman1-108/+27
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-4/+4
2009-10-04Remove forward referencesKovarththanan Rajaratnam1-13/+0
2009-10-04Include wimax_utils.hKovarththanan Rajaratnam1-1/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-218/+218
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-962/+962
2009-01-08Fix for bug 2902:Jaap Keuter1-27/+27
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-05-23From cfreeer:Jaap Keuter1-1/+1
2008-05-14From cfreeer (bug 2541):Stig Bjørlykke1-0/+2
2008-05-14From cfreeer (bug 2540):Stig Bjørlykke1-1/+1
2008-05-14From cfreeer:Jaap Keuter1-7/+7
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
2008-04-30From cfreeer:Jaap Keuter1-1/+5
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-230/+230
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-8/+8
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-25/+25
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+3573