aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/packet-wmx.c
Commit message (Expand)AuthorAgeFilesLines
* Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte2014-08-171-5/+18
* Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.Michael Mann2014-07-301-1/+0
* convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2014-07-101-7/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix [-Wmissing-prototypes]Anders Broman2014-01-011-0/+2
* Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann2013-10-241-587/+17
* Fix various warnings in (hopefully) the right ways.Evan Huus2013-09-281-3/+1
* 1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann2013-09-281-80/+96
* Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann2013-09-241-2/+2
* Wimax dissector improvements:Michael Mann2013-09-241-2/+0
* Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann2013-09-221-22/+0
* emem -> wmemPascal Quantin2013-09-171-2/+2
* From beroset:Anders Broman2013-03-181-12/+12
* Fix for CID 280529 and 280530.Jaap Keuter2013-01-261-0/+8
* Fix a bunch of warnings.Guy Harris2012-12-261-7/+7
* Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus2012-10-261-1/+1
* Revert revision 44921.Evan Huus2012-10-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus2012-09-151-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Kluchnikov Ivan:Anders Broman2011-07-041-4/+6
* Use Wireshark standard marking for unused parameters.Jaap Keuter2011-01-191-7/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam2009-08-211-0/+8
* Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2009-08-091-5/+5
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Minor changes:Bill Meier2009-08-041-5/+3
* More minor cleanups:Bill Meier2009-08-031-43/+46
* Minor cleanups:Bill Meier2009-08-031-62/+56
* Warning fixes: function declaration isn’t a prototypeJörg Mayer2007-12-141-1/+1
* I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke2007-12-051-0/+2
* To generate a session-lifetime string given a format and va_list, useGuy Harris2007-12-051-7/+1
* Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs2007-11-281-5/+7
* Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2007-05-271-1/+1
* Convert to the new style of building plugins; hopefully this'll fix theGuy Harris2007-05-261-22/+0
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-251-0/+941