aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
Commit message (Expand)AuthorAgeFilesLines
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+1
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-10/+71
* Use also const char to uat_save (identical to uat_load)Alexis La Goutte2013-04-171-1/+1
* Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2013-04-091-1/+1
* From beroset:Anders Broman2013-03-181-12/+12
* Constify the second argument to uat_load(), to squelch some warnings.Guy Harris2013-02-081-1/+1
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-7/+7
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Added a button to refresh a UAT from the system defaults (if existing).Stig Bjørlykke2011-10-091-6/+7
* Whitespace cleanup:Bill Meier2011-09-211-418/+418
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* From Dirk via bug 6361:Stig Bjørlykke2011-09-201-2/+4
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-3/+3
* Ensure we don't index into a NULL pointer.Stig Bjørlykke2010-08-041-0/+1
* Introduce an Object Identifier field macro, together with an appropriate fieldGraeme Lunt2010-06-281-0/+25
* From LEGO via bug 3459:Stig Bjørlykke2010-03-041-0/+2
* Constify some items to squelch some compiler warnings in the WindowsGuy Harris2009-04-201-7/+7
* More size_t fixes.Gerald Combs2009-04-081-6/+6
* Handle a empty string as "0" when checking numeric uat values, becauseStig Bjørlykke2009-03-081-12/+17
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-1/+1
* The uat files can be saved before any other preferences, so try creatingStig Bjørlykke2009-02-111-0/+11
* Add some comments to uat_new().Martin Mathieson2008-12-301-1/+4
* g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris2008-09-031-2/+5
* remove a degug printfLuis Ontanon2008-08-071-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-231-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+2
* Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke2008-03-061-3/+8
* get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2008-02-261-0/+6
* Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs2008-02-151-0/+25
* Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke2008-01-301-0/+13
* Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke2008-01-191-3/+1
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-1/+13
* Allocate enough space to make proper NULL terminated string in uat_unesc (bug...Jaap Keuter2008-01-061-6/+7
* From Jim Young:Stig Bjørlykke2007-12-161-1/+1
* Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2007-10-161-84/+85
* Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...Luis Ontanon2007-08-281-0/+1
* SNMP:Luis Ontanon2007-08-281-1/+2
* Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris2007-07-141-2/+2
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-10/+10
* Fix some Solaris buildbot warningsStephen Fisher2007-04-131-2/+2
* fix an 'unused parameter' warningRichard van der Hoff2007-04-031-1/+1
* Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon2007-04-031-0/+22
* Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon2007-04-011-0/+152
* Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon2007-02-111-0/+15
* Have the windows buildot compiling again.Luis Ontanon2007-02-081-0/+11
* UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon2007-02-071-7/+39
* * Add a category param to the uat.Luis Ontanon2007-02-071-0/+2