aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
Commit message (Expand)AuthorAgeFilesLines
* epan: Convert to use stdio.h from GLibJoão Valverde2021-12-191-12/+12
* UAT: Allow missing fields.Gerald Combs2021-11-081-0/+6
* Replace g_assert() with ws_assert()João Valverde2021-06-191-7/+8
* UAT: Adding support for uint64 (dec/hex), int64 (dec)Dr. Lars Völker2021-01-051-37/+65
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-2/+2
* epan: remove redundant casts.Dario Lombardo2019-01-031-1/+1
* Separate signed and unsigned decimal UAT fields.Guy Harris2018-10-201-25/+33
* Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.Guy Harris2018-10-201-4/+22
* Qt: Add copy from another profile in UAT dialogsStig Bjørlykke2018-10-051-1/+1
* UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffffAnders2018-08-221-1/+17
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Use UAT model for I/O graphMichael Mann2017-08-071-0/+15
* Qt: Drag/Drop Filter buttons to orderRoland Knall2017-06-281-0/+14
* Add support for "bool" and "display filter" types for UATs.Michael Mann2017-06-221-1/+25
* sharkd: export uat records.Jakub Zawadzki2017-05-161-0/+36
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-1/+1
* Yell at the user less.Gerald Combs2017-02-201-1/+1
* uat: add a reset callback.Dario Lombardo2017-01-121-17/+24
* Convert range API to always use wmem memory.Michael Mann2017-01-071-1/+2
* uat: allow insertion of new record at arbitrary indexPeter Wu2016-10-011-14/+25
* uat: clarify documentationPeter Wu2016-09-011-2/+2
* Fix UAT escape widths.Gerald Combs2016-08-151-18/+23
* BER: Fix segmentation fault when configuring new OIDsVasil Velichckov2016-07-311-0/+5
* uat: Fix warnings [-Wcast-qual]João Valverde2015-12-311-2/+2
* Spelling fixes for errors found by lintianBalint Reczey2015-12-071-1/+1
* Get rid of a couple of UAT macros.Gerald Combs2015-10-281-5/+70
* Fix escaping of strings in UATs.Guy Harris2015-07-201-3/+3
* Fix handling of invalid UAT itemsPeter Wu2015-02-151-5/+26
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* uat_load() and uat_save() return a success indication; use it.Guy Harris2015-01-131-7/+6
* UAT error string pointers should not be const pointers.Guy Harris2015-01-131-8/+8
* Remove emem APIs from UAT functionality.Michael Mann2015-01-121-32/+58
* uat: tighten up dec/hex uat field validity checkingBill Meier2014-11-201-15/+22
* Don't use ctype.h routines.Guy Harris2014-10-171-3/+2
* Remove now-unused functions.Evan Huus2014-06-161-12/+0
* isprint() -> g_ascii_isprint()AndersBroman2014-05-131-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez2014-02-031-3/+8
* Move UAT xton() to wsutil libraryJakub Zawadzki2014-01-081-25/+3
* fix some warnings.Jakub Zawadzki2013-12-211-3/+3
* comment out unused functionMartin Kaiser2013-12-201-1/+2
* Fix [-Wmissing-prototypes]Anders Broman2013-12-201-1/+1
* Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler2013-12-101-0/+1
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+1
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-10/+71
* Use also const char to uat_save (identical to uat_load)Alexis La Goutte2013-04-171-1/+1
* Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2013-04-091-1/+1
* From beroset:Anders Broman2013-03-181-12/+12
* Constify the second argument to uat_load(), to squelch some warnings.Guy Harris2013-02-081-1/+1