aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-38/+5
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-06-30Remove Makefile.common filesJoão Valverde2-56/+28
2016-06-15Remove Nmake build systemPascal Quantin3-149/+0
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-3/+3
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-5/+2
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-1/+15
2016-04-04Don't double-close the input.Guy Harris1-1/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2-174/+277
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-03Revert "autotools: Use -Werror with clean plugin code"João Valverde1-18/+11
2016-03-03autotools: Use -Werror with clean plugin codeJoão Valverde1-11/+18
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+3
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-64/+2
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-3/+3
2016-01-28Another fix for g265a41eJoão Valverde1-2/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-6/+3
2016-01-13Use result of register_dissectorPeter Wu1-11/+2
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-2/+2
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-12-01Removed some remaining svn Id tagsStig Bjørlykke1-2/+0
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-1/+1
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-06-15icmp,wimax: Fix undefined shiftPeter Wu1-1/+1
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-7/+7
2015-04-20wimax: replace deprecated tvb_length callsEvan Huus1-14/+13
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-21/+13
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-29Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-13/+3
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-6/+5
2014-12-22plugins: Cleanup #includesBill Meier1-5/+2
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+1
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann1-5/+8