| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently. | Guy Harris | 2018-02-16 | 1 | -8/+8 |
* | Disable warning C4267 in generated files. | Gerald Combs | 2018-02-15 | 1 | -0/+6 |
* | Remove superfluous null-checks before strdup/free | Ahmad Fatoum | 2017-10-15 | 1 | -7/+6 |
* | Disable flex-generated [-Wsign-compare] warnings | João Valverde | 2017-09-19 | 1 | -0/+4 |
* | Include config.h at the very beginning of all Flex scanners. | Guy Harris | 2016-12-02 | 1 | -2/+5 |
* | Make the Flex scanners and YACC parser in libraries reentrant. | Guy Harris | 2016-04-03 | 1 | -51/+100 |
* | Use noyywrap rather than defining our own yywrap functions. | Guy Harris | 2015-12-05 | 1 | -11/+5 |
* | Don't include io.h in Flex scanners - they're not interactive. | Guy Harris | 2015-11-06 | 1 | -1/+1 |
* | Make some variables size_t, as values of that width are assigned to it. | Guy Harris | 2014-09-06 | 1 | -3/+3 |
* | Removed SVN Id from epan dir. | Dario Lombardo | 2014-06-19 | 1 | -2/+0 |
* | More shorten-64-to-32 warnings. | Gerald Combs | 2013-12-14 | 1 | -2/+2 |
* | [-Wmissing-prototypes] | Anders Broman | 2013-03-16 | 1 | -2/+2 |
* | Add %option noinput to a bunch of Flex files, as we aren't using the | Guy Harris | 2013-02-10 | 1 | -0/+5 |
* | Constify the name member of a struct _proto_xmlpi_attr, to squelch | Guy Harris | 2013-02-08 | 1 | -1/+1 |
* | Fix several [-Wshadow] warnings; | Bill Meier | 2012-11-26 | 1 | -9/+9 |
* | Replace use of deprecated g_strdown() by g_ascii_strdown(); | Bill Meier | 2011-08-11 | 1 | -34/+33 |
* | Disable warnings-as-errors for Flex-generated output. Add a couple of gsize | Gerald Combs | 2009-04-08 | 1 | -1/+1 |
* | luis.ontanon@gmail.com => luis@ontanon.org | Luis Ontanon | 2008-08-05 | 1 | -1/+1 |
* | g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen... | Bill Meier | 2008-05-11 | 1 | -2/+2 |
* | All versions of GLib 2.x come with g_ascii_strcasecmp(), and we require | Guy Harris | 2008-04-29 | 1 | -4/+0 |
* | Bug 2493: Fix (Part 2): | Bill Meier | 2008-04-25 | 1 | -5/+18 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -2/+6 |
* | Add a script as a front-end for Flex, to work around various problems, | Guy Harris | 2007-08-04 | 1 | -0/+1 |
* | Add comments to various %option items to explain what they're doing. | Guy Harris | 2007-07-30 | 1 | -3/+20 |
* | two minor leaks | Luis Ontanon | 2007-01-15 | 1 | -0/+2 |
* | solve both issues pointed out in: | Luis Ontanon | 2006-11-15 | 1 | -1/+1 |
* | a better regex for names in DTDs | Luis Ontanon | 2006-07-26 | 1 | -1/+1 |
* | allow for some uppercasing in names. | Luis Ontanon | 2006-07-20 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-29 | 1 | -3/+3 |
* | ethereal->wireshark updates | Ronnie Sahlberg | 2006-05-22 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | "./dtd_parse.l", line 167: warning, rule cannot be matched | Luis Ontanon | 2005-10-07 | 1 | -2/+2 |
* | remove location from dtd_build_data_t avoiding to (double) free it. | Luis Ontanon | 2005-10-06 | 1 | -2/+0 |
* | get rid of most dtd leaks. | Luis Ontanon | 2005-09-24 | 1 | -3/+7 |
* | Make the private variables for various lexical analyzers static, so | Guy Harris | 2005-09-22 | 1 | -12/+12 |
* | Fix a couple of errors found by valgrind. | Gerald Combs | 2005-09-20 | 1 | -1/+2 |
* | avoid freeing the last location twice. | Luis Ontanon | 2005-09-20 | 1 | -2/+16 |
* | Because there's more than just text in XML... | Luis Ontanon | 2005-09-17 | 1 | -4/+19 |
* | Add a header file to declare routines defined in lexer and used in | Guy Harris | 2005-09-12 | 1 | -5/+2 |
* | the dtd parser (still missing the glue) and few fixes to packet-xml.c | Luis Ontanon | 2005-09-10 | 1 | -0/+316 |