aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap-scanner.l
Commit message (Expand)AuthorAgeFilesLines
* text2pcap: fix -Wmacro-redefined warningPeter Wu2017-02-271-0/+6
* text2pcap: check return values of functions and use a single exit point.Dario Lombardo2017-02-271-9/+12
* Include config.h at the very beginning of all Flex scanners.Guy Harris2016-12-021-0/+5
* [text2pcap] Fix parsing of hash sign at the end of the lineVasil Velichckov2016-02-041-4/+4
* Use noyywrap rather than defining our own yywrap functions.Guy Harris2015-12-051-7/+5
* Another unnecessary include of io.h.Guy Harris2015-11-061-4/+0
* Don't include io.h in Flex scanners - they're not interactive.Guy Harris2015-11-061-0/+5
* text2pcap-scanner.l: On Windows: #include <io.h> req'd for isatty()Bill Meier2014-08-211-0/+4
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Add %option noinput to some Flex files, as we aren't using the input()Guy Harris2013-02-101-0/+5
* Fix some gcc 'old-style function definition' warnings.Bill Meier2011-05-311-8/+8
* Handle lines ending in \r\n.Bill Meier2010-05-251-2/+2
* Bug 2493: Fix (Part 3 of 3): Bill Meier2008-04-251-0/+6
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-1/+8
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-9/+6
* disable unput here, tooRichard van der Hoff2007-04-031-0/+6
* name changeRonnie Sahlberg2006-05-211-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix to text2pcap to handle colons after offset field, from GordonGuy Harris2001-11-241-2/+2
* Treat a bunch of digits followed by a newline differently from a bunchGuy Harris2001-11-241-2/+4
* Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan2001-05-161-0/+71