aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap-scanner.l
AgeCommit message (Expand)AuthorFilesLines
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-16Squelch redundant declaration warnings.Guy Harris1-0/+10
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-0/+7
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-7/+4
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+2
2017-02-27text2pcap: fix -Wmacro-redefined warningPeter Wu1-0/+6
2017-02-27text2pcap: check return values of functions and use a single exit point.Dario Lombardo1-9/+12
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-0/+5
2016-02-04[text2pcap] Fix parsing of hash sign at the end of the lineVasil Velichckov1-4/+4
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-7/+5
2015-11-06Another unnecessary include of io.h.Guy Harris1-4/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-0/+5
2014-08-21text2pcap-scanner.l: On Windows: #include <io.h> req'd for isatty()Bill Meier1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2011-05-31Fix some gcc 'old-style function definition' warnings.Bill Meier1-8/+8
2010-05-25Handle lines ending in \r\n.Bill Meier1-2/+2
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-1/+8
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-9/+6
2007-04-03disable unput here, tooRichard van der Hoff1-0/+6
2006-05-21name changeRonnie Sahlberg1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2001-11-24Fix to text2pcap to handle colons after offset field, from GordonGuy Harris1-2/+2
2001-11-24Treat a bunch of digits followed by a newline differently from a bunchGuy Harris1-2/+4
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-0/+71