aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann3-305/+152
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+13
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
2014-06-06WiMAX: fix incorrect type for include_cor2_changes variablePascal Quantin1-1/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte49-98/+0
2014-02-25Remove trailing whitespaceBill Meier7-58/+58
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez2-2/+2
2014-01-24The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2-2/+10
2014-01-13In a source file that defines external functions, the header file thatGuy Harris6-4/+76
2014-01-02Fix [-Wmissing-prototypes]Anders Broman13-0/+32
2014-01-02Fix [-Wmissing-prototypes]Anders Broman23-0/+71
2014-01-01wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin1-1/+1
2014-01-01Fix [-Wmissing-prototypes]Anders Broman2-1/+5
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-14/+14
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-10-24Minor cleanup.Michael Mann2-5/+1
2013-10-24Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann1-10/+8
2013-10-24Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann1-587/+17
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier8-2/+65
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+3
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus7-12/+5
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann16-2017/+1427
2013-09-24Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann1-2/+2
2013-09-24You are in a twisty little maze of code paths, all different. Get ridGuy Harris1-416/+407
2013-09-24Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris1-9/+14
2013-09-24Get rid of unused variable.Guy Harris1-3/+0
2013-09-24Fix copy-and-pasteo(?).Guy Harris1-2/+2
2013-09-24One advantage of making as many things as possible static is that, ifGuy Harris1-1/+4
2013-09-24Wimax dissector improvements:Michael Mann29-1193/+467
2013-09-22Don't declare proto_mac_mgmt_msg_ucd_decoder twice.Jeff Morriss1-1/+0
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann31-902/+603
2013-09-17emem -> wmemPascal Quantin1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris1-2/+2
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris1-5/+5
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-3/+4
2013-03-20 From beroset:Bill Meier3-12/+12
2013-03-18From beroset:Anders Broman1-12/+12
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2-47/+47