aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap-scanner.l
AgeCommit message (Collapse)AuthorFilesLines
2008-04-25 Bug 2493: Fix (Part 3 of 3): wmeier1-0/+6
To prevent Windows compiler errors when using flex 2.5.35. Ignore 'signed /unsigned mismatch' warnings git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25174 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-25 Bug 2493: Fix (Part 2): wmeier1-1/+8
To prevent Windows compiler errors when using flex 2.5.35. Fixes "missing unistd.h" and yywrap "mismatched parameter" warnings [Upcoming Part 3: ignore 'signed /unsigned mismatch' errors] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25173 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-30Add comments to various %option items to explain what they're doing. guy1-9/+6
Move the %options to the beginning if they weren't already there, and put them in the same order in all files. Add "prefix=" options to .l files that don't already have them, so we don't have to pass a "-P" option. Add "never-interactive" and "noyywrap" options to our lexical analyzers, to remove extra isatty() checks and to eliminate the need for yywrap() from the Flex library. Get rid of %option nostdinit - that's the default. Add .l.c: rules to Makefile.am files, replacing the rules for specific .l files. Have those rules all check that $(LEX) is set. Update the address for the FSF. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22424 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-03disable unput here, toorichardv1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21323 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-24Fix to text2pcap to handle colons after offset field, from Gordonguy1-2/+2
McKinney. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4256 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-24Treat a bunch of digits followed by a newline differently from a bunchguy1-2/+4
of digits followed by a blank or tab, so that we recognize the newline as an end-of-line. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4249 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapashokn1-0/+71
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3421 f5534014-38df-0310-8fa8-9805f1628bb7