aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-07remove a degug printfLuis Ontanon1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
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