aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/packet-wmx.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-2/+4
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-1/+1
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-05Wimax: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-12-22plugins: Cleanup #includesBill Meier1-2/+1
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-1/+0
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-7/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-10-24Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann1-587/+17
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus1-3/+1
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann1-80/+96
2013-09-24Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann1-2/+2
2013-09-24Wimax dissector improvements:Michael Mann1-2/+0
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-22/+0
2013-09-17emem -> wmemPascal Quantin1-2/+2
2013-03-18From beroset:Anders Broman1-12/+12
2013-01-26Fix for CID 280529 and 280530.Jaap Keuter1-0/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-7/+7
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+1
2012-10-26Revert revision 44921.Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-07-04From Kluchnikov Ivan:Anders Broman1-4/+6
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter1-7/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+8
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-04Minor changes:Bill Meier1-5/+3
2009-08-03More minor cleanups:Bill Meier1-43/+46
2009-08-03Minor cleanups:Bill Meier1-62/+56
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-5/+7
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-1/+1
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris1-22/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+941