aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat_load.l
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-04-24Fix CID 813: Code after ERROR is dead code (never reached)Jörg Mayer1-4/+0
2011-02-28Close UAT file after loading.Stig Bjørlykke1-0/+1
2010-08-30Always call post_update_cb() in uat_load_str().Stig Bjørlykke1-7/+6
2010-06-25Run uat->post_update_cb() in uat_load().Stig Bjørlykke1-6/+6
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+7
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+2
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs1-0/+66
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-27/+28
2007-08-28Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...Luis Ontanon1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-3/+19
2007-07-17increase line numbers on comments tooLuis Ontanon1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon1-138/+2
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping1-1/+1
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-20/+47
2007-02-04Move (Up/Down) & Save buttonsLuis Ontanon1-0/+2
2007-02-04the quoted_string regexp in uat_load() fails badly on "...\\", workarround in...Luis Ontanon1-1/+6
2007-02-03second iteration:Luis Ontanon1-20/+23
2007-01-30do not use yy_flex_realloc()Luis Ontanon1-3/+1
2007-01-29uat_load.l improve error reportingLuis Ontanon1-14/+17
2007-01-29now it is operational.Luis Ontanon1-14/+93
2007-01-28Although yet untested (but it compiles and is still unused) add UAT to the repo.Luis Ontanon1-0/+284