aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-30Set maximum value for UAT range in fld_data, not cbdata.chk/set/tostr.Stig Bjørlykke1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-06-28Introduce an Object Identifier field macro, together with an appropriate fieldGraeme Lunt1-0/+23
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+18
2010-02-16Update the uat_new documentation to match the actual function.Bill Meier1-4/+8
2009-09-13s/g_strdown/g_ascii_strdownJeff Morriss1-1/+1
2009-04-20More constification, fewer warnings.Guy Harris1-14/+14
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris1-17/+17
2009-03-16Clean up some P64 issues; we assume that no strings in UATs are biggerGuy Harris1-8/+11
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+5
2009-03-08Don't use ep_strndup() to copy the uat protocol name, because the valueStig Bjørlykke1-1/+1