aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap-scanner.l
AgeCommit message (Expand)AuthorFilesLines
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