summaryrefslogtreecommitdiff
path: root/plugins/wimax/mac_mgmt_msg_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-69/+82
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez1-1/+1
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-09-24Wimax dissector improvements:Michael Mann1-61/+59
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-739/+239
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-04-10Add missing consts.Jakub Zawadzki1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-29/+29
2011-03-29Add a missing break.Anders Broman1-0/+1
2010-04-08Get rid of check_col().Anders Broman1-4/+1
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-04Minor changes:Bill Meier1-86/+78
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-18/+18
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-04-05Make wimax mac mgmt protocol findable by name.Martin Mathieson1-0/+4
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-3/+3
2007-11-28Tweak the order in which fields are registered, so that they don'tGerald Combs1-3/+3
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/+878