aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-10/+71
2013-04-17Use also const char to uat_save (identical to uat_load)Alexis La Goutte1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-18From beroset:Anders Broman1-12/+12
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).Stig Bjørlykke1-6/+7