aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-3/+8
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+6
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs1-0/+25
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-0/+13
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke1-3/+1
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+13
2008-01-06Allocate enough space to make proper NULL terminated string in uat_unesc (bug...Jaap Keuter1-6/+7
2007-12-16From Jim Young:Stig Bjørlykke1-1/+1
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-84/+85
2007-08-28Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...Luis Ontanon1-0/+1
2007-08-28SNMP:Luis Ontanon1-1/+2
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-10/+10
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-2/+2
2007-04-03fix an 'unused parameter' warningRichard van der Hoff1-1/+1
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+22
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon1-0/+152
2007-02-11Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon1-0/+15
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-0/+11
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon1-7/+39
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+2
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-21/+12
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+2
2007-02-04Move (Up/Down) & Save buttonsLuis Ontanon1-0/+17
2007-02-04the quoted_string regexp in uat_load() fails badly on "...\\", workarround in...Luis Ontanon1-5/+5
2007-02-03second iteration:Luis Ontanon1-109/+122
2007-01-29some cleanup and pset of svn:ignoreLuis Ontanon1-3/+3
2007-01-29The UAT gui starts to workLuis Ontanon1-0/+4
2007-01-29now it is operational.Luis Ontanon1-1/+25
2007-01-28Although yet untested (but it compiles and is still unused) add UAT to the repo.Luis Ontanon1-0/+285