summaryrefslogtreecommitdiff
path: root/plugins/wimaxmacphy
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-31/+36
makefiles. svn path=/trunk/; revision=47579
2012-11-29Add a checkapi target.Jeff Morriss1-3/+6
svn path=/trunk/; revision=46296
2012-11-29Fix several [-Wshadow] warnings.Bill Meier1-5/+3
svn path=/trunk/; revision=46287
2012-11-28Fix :Alexis La Goutte1-1/+2
CMake Warning (dev) at CMakeLists.txt:476 (add_subdirectory): The source directory /home/wireshark/plugins/wimaxmacphy does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. svn path=/trunk/; revision=46267
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-08-24Fix a trivial typo.Bill Meier1-2/+2
svn path=/trunk/; revision=44660
2012-07-25- Call dissector_add-handle() so protocol isBill Meier1-0/+16
available under UDP 'decode as'; - Back out use of extended value strings (added in SVN #43942); 'tshark -G values' on Windows gives a warning as to 'Invalid value_string_ext ptr'. Issue: On Windows, value_string_ext validation code always fails for extended value strings in plugins. (Something todo with the linkage mechanism). svn path=/trunk/; revision=44011
2012-07-23Cleanup:Bill Meier1-432/+434
- don't call col_...() and expert...() fcns under 'if (tree)'; - create/use extended value strings in a few cases; - use val_to_str_ext_const(); - Don't increment offset if not used afterwards [set but unused]; - do whitespace cleanup (indentation, trailing, ...). svn path=/trunk/; revision=43942
2012-07-20Fix a bit too much copy pasteJörg Mayer1-4/+0
svn path=/trunk/; revision=43853
2012-07-20Add missing CMakeLists.txtJörg Mayer1-0/+69
svn path=/trunk/; revision=43851
2012-07-20Add SVN eol-style and keywords propertiesPascal Quantin6-6032/+6032
svn path=/trunk/; revision=43848
2012-07-20Fix some misplaced tree items, as caught by cppcheck (as unused variables).Evan Huus1-10/+10
svn path=/trunk/; revision=43845
2012-07-20WiMAX OFDMA PHY SAP dissector plugin ↵Michael Mann11-0/+6224
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2695) svn path=/trunk/; revision=43844