summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_ulmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-7/+15
2016-07-21Add proto_tree_add_checksum.Michael Mann1-70/+39
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-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
2015-01-01Rename a variable to avoid a compiler warning.Guy Harris1-3/+3
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann1-424/+1048
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-08-18Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman1-4/+1
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+4
2014-08-17Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte1-5/+18
2014-07-30Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.Michael Mann1-118/+115
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-144/+73
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-24The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus1-2/+2
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier1-1/+7
2013-09-24Wimax dissector improvements:Michael Mann1-74/+32
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-1/+14
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-12/+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
2012-05-09Fix a few scan-build warnings.Gerald Combs1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-5/+5
2011-07-04From Kluchnikov Ivan:Anders Broman1-2/+2
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter1-6/+2
2009-08-04Minor changes:Bill Meier1-378/+370
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-43/+43
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-307/+306
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-07-24Fix HARQ_ULMAP_IE decoder padding error (bug 2738).Martin Mathieson1-1/+1
2008-07-18Change C++ style comments to C style ...Bill Meier1-14/+14
2008-07-11From Frank Wang:Jaap Keuter1-1/+3
2008-07-08Fix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).Martin Mathieson1-14/+29
2008-06-23Try again to get labels matching function names.Martin Mathieson1-2/+2
2008-06-23Fix wimax UL-MAP ext IE decode error.Martin Mathieson1-1/+1
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs1-49/+50
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-43/+43
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-2/+2
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2427