aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
AgeCommit message (Expand)AuthorFilesLines
2009-01-14Update comment re the use of the flex statement '%option noline'Bill Meier1-3/+3
2009-01-08get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...Tomas Kukosa1-1/+1
2009-01-06Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.Bill Meier1-18/+47
2009-01-05Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.Bill Meier1-1/+1
2009-01-05Rework code somewhat; Fixes bug 1937 & various other issues.Bill Meier1-33/+82
2008-09-07From Neil Piercy: Anders Broman1-0/+4
2008-05-30wtap_read() and wtap_seek_read(), and thus the functions that it calls,Guy Harris1-2/+2
2008-05-29Fix the types of k12text_read() and k12text_seek_read() to match whatGuy Harris1-4/+4
2008-05-13From: Luis OntanonAnders Broman1-10/+19
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-27/+27
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-2/+20
2007-05-24Get rid of CR's, and add a newline at the end.Guy Harris1-310/+310
2007-05-04Add a plugin interface to wiretap.Luis Ontanon1-1/+0
2007-05-03will this finally get rid of the warnigs?Luis Ontanon1-6/+6
2007-05-02fix warningsLuis Ontanon1-6/+7
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon1-0/+310