aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-061-156/+169
* WiMAX: fix incorrect type for include_cor2_changes variablePascal Quantin2014-06-061-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix [-Wmissing-prototypes]Anders Broman2014-01-021-0/+4
* Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier2013-10-231-0/+31
* 1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann2013-09-281-941/+470
* Wimax dissector improvements:Michael Mann2013-09-241-49/+12
* Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann2013-09-221-0/+13
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-101-2/+6
* 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
* Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2011-10-181-53/+53
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier2011-10-101-228/+228
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier2011-10-061-116/+116
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-051-9/+9
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-211-4/+4
* Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs2011-04-061-2/+2
* Get rid of check_col().Anders Broman2010-04-081-16/+4
* Minor changes:Bill Meier2009-08-041-1099/+1090
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-221-236/+236
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-221-1437/+1437
* Fix for bug 2902:Jaap Keuter2009-01-081-4/+4
* #include <prefs.h> not requiredBill Meier2008-08-291-1/+0
* fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping2008-04-081-10/+8
* Fix for bug 2401:Jaap Keuter2008-04-071-18/+18
* Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs2007-11-281-263/+263
* Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2007-05-271-5/+5
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-251-0/+3277