aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).stig1-6/+7
2011-09-21Whitespace cleanup:wmeier1-418/+418
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-20From Dirk via bug 6361:stig1-2/+4
2011-06-28Replace all strerror() with g_strerror().stig1-3/+3
2010-08-04Ensure we don't index into a NULL pointer.stig1-0/+1
2010-06-28Introduce an Object Identifier field macro, together with an appropriate fieldgal1-0/+25
2010-03-04From LEGO via bug 3459:stig1-0/+2
2009-04-20Constify some items to squelch some compiler warnings in the Windowsguy1-7/+7
2009-04-08More size_t fixes.gerald1-6/+6
2009-03-08Handle a empty string as "0" when checking numeric uat values, becausestig1-12/+17
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-1/+1
2009-02-11The uat files can be saved before any other preferences, so try creatingstig1-0/+11
2008-12-30Add some comments to uat_new().martinm1-1/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),guy1-2/+5
2008-08-07remove a degug printflego1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
2008-03-06Added an option to uat_new() to set if configuration shall be saved in thestig1-3/+8
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss1-0/+6
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flaggerald1-0/+25
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.stig1-0/+13
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and stig1-3/+1
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+13
2008-01-06Allocate enough space to make proper NULL terminated string in uat_unesc (bug...jake1-6/+7
2007-12-16From Jim Young:stig1-1/+1
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:morriss1-84/+85
2007-08-28Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...lego1-0/+1
2007-08-28SNMP:lego1-1/+2
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereguy1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-10/+10
2007-04-13Fix some Solaris buildbot warningssfisher1-2/+2
2007-04-03fix an 'unused parameter' warningrichardv1-1/+1
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-0/+22
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...lego1-0/+152
2007-02-11Have Aply, Cancel and OK buttons instead of the save and ok button.lego1-0/+15
2007-02-08Have the windows buildot compiling again.lego1-0/+11
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)lego1-7/+39
2007-02-07* Add a category param to the uat.lego1-0/+2
2007-02-07Add ENUM and HEXBYTES modeslego1-21/+12
2007-02-05* Add a help facility for UATslego1-0/+2
2007-02-04Move (Up/Down) & Save buttonslego1-0/+17
2007-02-04the quoted_string regexp in uat_load() fails badly on "...\\", workarround in...lego1-5/+5
2007-02-03second iteration:lego1-109/+122
2007-01-29some cleanup and pset of svn:ignorelego1-3/+3
2007-01-29The UAT gui starts to worklego1-0/+4
2007-01-29now it is operational.lego1-1/+25
2007-01-28Although yet untested (but it compiles and is still unused) add UAT to the repo.lego1-0/+285