aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-09UAT: Fix a Coverity warningGerald Combs1-1/+1
2023-11-07UAT: Add uat_destroy()João Valverde1-11/+23
2023-11-07UAT: Remove unused boolean field "from_global"João Valverde1-5/+1
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-155/+155
2023-03-30UAT+Qt: Add dissector syntax line editJohn Thacker1-2/+1
2023-02-11UAT: Have a combobox for DissectorsJohn Thacker1-1/+3
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-12/+12
2021-11-08UAT: Allow missing fields.Gerald Combs1-0/+6
2021-06-19Replace g_assert() with ws_assert()João Valverde1-7/+8
2021-01-05UAT: Adding support for uint64 (dec/hex), int64 (dec)Dr. Lars Völker1-37/+65
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2019-01-03epan: remove redundant casts.Dario Lombardo1-1/+1
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris1-25/+33
2018-10-20Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.Guy Harris1-4/+22
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke1-1/+1
2018-08-22UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffffAnders1-1/+17
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-08-07Use UAT model for I/O graphMichael Mann1-0/+15
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall1-0/+14
2017-06-22Add support for "bool" and "display filter" types for UATs.Michael Mann1-1/+25
2017-05-16sharkd: export uat records.Jakub Zawadzki1-0/+36
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-17/+24
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+2
2016-10-01uat: allow insertion of new record at arbitrary indexPeter Wu1-14/+25
2016-09-01uat: clarify documentationPeter Wu1-2/+2
2016-08-15Fix UAT escape widths.Gerald Combs1-18/+23
2016-07-31BER: Fix segmentation fault when configuring new OIDsVasil Velichckov1-0/+5
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde1-2/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-10-28Get rid of a couple of UAT macros.Gerald Combs1-5/+70
2015-07-20Fix escaping of strings in UATs.Guy Harris1-3/+3
2015-02-15Fix handling of invalid UAT itemsPeter Wu1-5/+26
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-7/+6
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-8/+8
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-32/+58
2014-11-20uat: tighten up dec/hex uat field validity checkingBill Meier1-15/+22
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+2
2014-06-16Remove now-unused functions.Evan Huus1-12/+0
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-3/+8
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-25/+3
2013-12-21fix some warnings.Jakub Zawadzki1-3/+3
2013-12-20comment out unused functionMartin Kaiser1-1/+2
2013-12-20Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1