aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-07epan: Convert uat.h indentation to 4-spaceJoão Valverde1-237/+252
2023-11-07UAT: Add uat_destroy()João Valverde1-0/+6
2023-10-31uat: Small comment update about update callbacksJohn Thacker1-1/+3
2023-10-31epan: Fix display filter macro post updateJohn Thacker1-0/+4
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-55/+55
2023-06-09Qt: Fix crash when changing dfilter macroJohn Thacker1-0/+4
2023-04-10uat: Fix type cast in UAT_BUFFER_CB_DEFStig Bjørlykke1-1/+1
2023-03-30UAT+Qt: Add dissector syntax line editJohn Thacker1-4/+2
2023-02-11UAT: Have a combobox for DissectorsJohn Thacker1-4/+6
2022-09-07Update uat.hAndersBroman1-1/+1
2022-09-07UAT_BUFFER_CB_DEF: Try to fix signed/unsigned warningsAnders Broman1-1/+1
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-8/+8
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-2/+1
2021-11-08UAT: Allow missing fields.Gerald Combs1-5/+21
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-01-05UAT: Adding support for uint64 (dec/hex), int64 (dec)Dr. Lars Völker1-1/+53
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris1-3/+20
2018-10-20Fix up some comments.Guy Harris1-4/+4
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke1-1/+2
2018-08-22UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffffAnders1-1/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-29Protect UAT color "datatype" from an empty stringMichael Mann1-1/+5
2017-08-07Use UAT model for I/O graphMichael Mann1-0/+32
2017-06-22Add support for "bool" and "display filter" types for UATs.Michael Mann1-1/+36
2017-02-12uat: add missing parameter to documentation.Dario Lombardo1-0/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+14
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-10-04uat: fix PT_TXTMOD_HEXBYTES/PT_TXTMOD_ENUM commentsPeter Wu1-6/+7
2016-09-01uat: clarify documentationPeter Wu1-35/+42
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde1-11/+11
2015-12-31Don't allocate something until we know we need it.Guy Harris1-5/+3
2015-12-31Don't cast away constness.Guy Harris1-3/+4
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-10-28Get rid of a couple of UAT macros.Gerald Combs1-23/+16
2015-05-28Use an "Open" instead of a "Save" dialog for UAT prefs.Gerald Combs1-0/+7
2015-02-18Fix comments to reflect reality.Guy Harris1-5/+0
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-10/+21
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-2/+0
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-11/+13
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-26/+50
2014-10-17Don't use ctype.h routines.Guy Harris1-1/+1
2014-09-06Convert all the other function-defining macros.Guy Harris1-15/+15
2014-09-06Try to suppress MSVC++ unused parameter warnings.Guy Harris1-5/+11
2014-06-16Remove now-unused functions.Evan Huus1-10/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-2/+2
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-0/+3
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki1-7/+7
2013-12-03Rename struct _uat_t to epan_uatJakub Zawadzki1-1/+1
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+2