aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-21Whitespace cleanup:Bill Meier1-418/+418
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-2/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-3/+3
2010-08-04Ensure we don't index into a NULL pointer.Stig Bjørlykke1-0/+1
2010-06-28Introduce an Object Identifier field macro, together with an appropriate fieldGraeme Lunt1-0/+25
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+2
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris1-7/+7
2009-04-08More size_t fixes.Gerald Combs1-6/+6
2009-03-08Handle a empty string as "0" when checking numeric uat values, becauseStig Bjørlykke1-12/+17
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-1/+1
2009-02-11The uat files can be saved before any other preferences, so try creatingStig Bjørlykke1-0/+11
2008-12-30Add some comments to uat_new().Martin Mathieson1-1/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-2/+5