aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Fix some more spelling errorsMartin Mathieson1-1/+1
2024-02-02Add some new expert info groups.Guy Harris1-0/+4
2023-12-06Remove init of tap variablesStig Bjørlykke1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-1/+1
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-8/+8
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-08-24Hide expert info of packet comments in packet treeDavid Perry1-9/+16
2022-10-20expert UAT: display field name on load errorChuck Craft1-1/+1
2022-10-13epan: Use ws_utf8_truncate for formatted expert infosJohn Thacker1-16/+2
2022-10-11epan: Handle truncation of expert infos in the middle of UTF-8 charsJohn Thacker1-2/+26
2022-02-25Expert info: "Ok" is not valid severity levelChuck Craft1-1/+0
2022-02-06Prefs/Expert: disable Open Expert Info on Protocol Preferences context menuChuck Craft1-0/+6
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+4
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-09Expert info: check group and severityMartin Mathieson1-0/+31
2021-02-28Remove and replace obsolete ws_snprintf() definitionJoão Valverde1-3/+1
2019-09-04Load environment vars to globals for efficency.Anders Broman1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2018-06-18expert: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+2
2018-06-06Make sure proto_tree_add_expert items are always added to the tree.Guy Harris1-2/+31
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-1/+1
2018-05-14Fix indentation.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke1-3/+1
2017-12-13epan: Use expert info summary text as field nameStig Bjørlykke1-1/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde1-0/+1
2016-07-21Use Windows CRT string functions in some places.Gerald Combs1-1/+3
2016-07-20Allow BASE_NONE (with strings conversion) for integral values again.Jeff Morriss1-2/+2
2016-06-10Qt: Expert info grouping.Gerald Combs1-1/+1
2016-02-03Adds calculation of preamble length and frame duration.Simon Barber1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke1-2/+38
2015-09-21Remove proto_tree_add_text API.Michael Mann1-2/+2
2015-09-08Add API to expose "expert info" summary.Michael Mann1-0/+14
2015-09-07Add a new expert info type for decryption problems.Guy Harris1-0/+1
2015-08-21[Expert] Enhance error output to identify the duplicated field.AndersBroman1-2/+2
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+5
2015-05-08Expert Info dialog.Gerald Combs1-0/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+3
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+2
2014-09-15expert.[hc] Minor changes:Bill Meier1-69/+82
2014-07-26Allow severity levels of expert info items to be configured by the user.Michael Mann1-3/+154
2014-07-20va_list can't be NULL on ARM.Steev Klimaszewski1-7/+29