aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
Commit message (Expand)AuthorAgeFilesLines
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-0449-98/+0
* Remove trailing whitespaceBill Meier2014-02-257-58/+58
* Add newlines at end of files that are missing them.Gilbert Ramirez2014-01-292-2/+2
* The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2014-01-242-2/+10
* In a source file that defines external functions, the header file thatGuy Harris2014-01-136-4/+76
* Fix [-Wmissing-prototypes]Anders Broman2014-01-0213-0/+32
* Fix [-Wmissing-prototypes]Anders Broman2014-01-0223-0/+71
* wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin2014-01-011-1/+1
* Fix [-Wmissing-prototypes]Anders Broman2014-01-012-1/+5
* Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2013-11-291-14/+14
* include <wsutil/pint.h> only when needed.Jakub Zawadzki2013-11-091-0/+2
* Minor cleanup.Michael Mann2013-10-242-5/+1
* Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann2013-10-241-10/+8
* Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann2013-10-241-587/+17
* Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier2013-10-238-2/+65
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-131-0/+1
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-2/+2
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-3/+3
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-1/+1
* Fix various warnings in (hopefully) the right ways.Evan Huus2013-09-287-12/+5
* 1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann2013-09-2816-2017/+1427
* Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann2013-09-241-2/+2
* You are in a twisty little maze of code paths, all different. Get ridGuy Harris2013-09-241-416/+407
* Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris2013-09-241-9/+14
* Get rid of unused variable.Guy Harris2013-09-241-3/+0
* Fix copy-and-pasteo(?).Guy Harris2013-09-241-2/+2
* One advantage of making as many things as possible static is that, ifGuy Harris2013-09-241-1/+4
* Wimax dissector improvements:Michael Mann2013-09-2429-1193/+467
* Don't declare proto_mac_mgmt_msg_ucd_decoder twice.Jeff Morriss2013-09-221-1/+0
* Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann2013-09-2231-902/+603
* emem -> wmemPascal Quantin2013-09-171-2/+2
* Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki2013-07-171-1/+1
* Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris2013-07-141-2/+2
* A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris2013-07-141-5/+5
* Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus2013-07-061-0/+23
* Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris2013-03-221-3/+4
* From beroset:Bill Meier2013-03-203-12/+12
* From beroset:Anders Broman2013-03-181-12/+12
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-012-47/+47
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-1018-57/+129
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-093-39/+40
* Fix for CID 280529 and 280530.Jaap Keuter2013-01-261-0/+8
* Fix a bunch of warnings.Guy Harris2012-12-265-28/+28
* Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier2012-12-051-15/+15
* 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-2040-80/+0