aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-3/+11
2013-03-12From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+17
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann1-2/+2
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-10/+10
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-8/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-03Fix a typo.Anders Broman1-1/+1
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-0/+1
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris1-1/+4
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-3/+3
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-6/+20