aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dreg.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-061-0/+13
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix [-Wmissing-prototypes]Anders Broman2014-01-021-0/+4
* 1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann2013-09-281-6/+6
* Wimax dissector improvements:Michael Mann2013-09-241-49/+10
* Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann2013-09-221-7/+19
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-101-2/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier2011-10-061-21/+21
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-051-3/+3
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-211-6/+0
* Get rid of check_col().Anders Broman2010-04-081-8/+2
* 'if(proto_... == -1)' not req'd; Don't register ett[] more than once;Bill Meier2009-08-091-15/+9
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-1/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-221-25/+25
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-221-181/+180
* Fix for bug 2902:Jaap Keuter2009-01-081-2/+2
* #include <prefs.h> not requiredBill Meier2008-08-291-1/+0
* Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs2007-11-281-26/+26
* Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2007-05-271-7/+7
* Get rid of unused parameter.Guy Harris2007-05-261-4/+4
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-251-0/+571