aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat_load.l
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-6/+5
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-5/+6
2015-01-12Fix casting compiler warningMichael Mann1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-12/+10
2014-10-19Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-08-21uat_load.l: Fix "unreachable code" warning (Windows 4702)Bill Meier1-1/+1
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2013-12-14More shorten-64-to-32 warnings.Gerald Combs1-5/+5
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+11
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-3/+8
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-1/+6
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-1/+1
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-17/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-09Don't leak memory when loading UATs. Also reformat a bit.Jeff Morriss1-13/+23
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-30Call uat->post_update_cb also when not having the uat file.Stig Bjørlykke1-2/+6
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