aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat_load.l
Commit message (Expand)AuthorAgeFilesLines
* Add a very small hack to make the UAT update callback error string freeable, andEvan Huus2013-10-251-3/+11
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-3/+8
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-1/+6
* Constify the second argument to uat_load(), to squelch some warnings.Guy Harris2013-02-081-1/+1
* Fix several [-Wshadow] warnings;Bill Meier2012-11-261-17/+17
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Don't leak memory when loading UATs. Also reformat a bit.Jeff Morriss2012-08-091-13/+23
* Remove doubled semicolons and semicolons outside function.Jakub Zawadzki2012-04-131-1/+1
* Call uat->post_update_cb also when not having the uat file.Stig Bjørlykke2012-03-301-2/+6
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-1/+1
* Fix CID 813: Code after ERROR is dead code (never reached)Jörg Mayer2011-04-241-4/+0
* Close UAT file after loading.Stig Bjørlykke2011-02-281-0/+1
* Always call post_update_cb() in uat_load_str().Stig Bjørlykke2010-08-301-7/+6
* Run uat->post_update_cb() in uat_load().Stig Bjørlykke2010-06-251-6/+6
* From LEGO via bug 3459:Stig Bjørlykke2010-03-041-0/+7
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-3/+3
* Bug 2493: Fix (Part 3 of 3): Bill Meier2008-04-251-0/+6
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+11
* get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2008-02-261-0/+2
* Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs2008-02-151-0/+66
* Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2007-10-161-27/+28
* Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...Luis Ontanon2007-08-281-1/+1
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-0/+1
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-3/+19
* increase line numbers on comments tooLuis Ontanon2007-07-171-2/+2
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-3/+3
* Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon2007-04-011-138/+2
* remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping2007-03-251-1/+1
* Add ENUM and HEXBYTES modesLuis Ontanon2007-02-071-20/+47
* Move (Up/Down) & Save buttonsLuis Ontanon2007-02-041-0/+2
* the quoted_string regexp in uat_load() fails badly on "...\\", workarround in...Luis Ontanon2007-02-041-1/+6
* second iteration:Luis Ontanon2007-02-031-20/+23
* do not use yy_flex_realloc()Luis Ontanon2007-01-301-3/+1
* uat_load.l improve error reportingLuis Ontanon2007-01-291-14/+17
* now it is operational.Luis Ontanon2007-01-291-14/+93
* Although yet untested (but it compiles and is still unused) add UAT to the repo.Luis Ontanon2007-01-281-0/+284