aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Don't put a 196808 byte variable on the stack: instead, malloc/free it.morriss1-59/+83
2011-02-04Set *err before *err_info - that's how it's done in most other modules.guy1-4/+4
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-20/+18
2010-02-27Constify.guy1-11/+0
2010-01-18Fix gcc -Wshadow warnings ....wmeier1-33/+33
2009-01-14Update comment re the use of the flex statement '%option noline'wmeier1-3/+3
2009-01-08get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...kukosa1-1/+1
2009-01-06Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.wmeier1-18/+47
2009-01-05Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.wmeier1-1/+1
2009-01-05Rework code somewhat; Fixes bug 1937 & various other issues.wmeier1-33/+82
2008-09-07From Neil Piercy: etxrab1-0/+4
2008-05-30wtap_read() and wtap_seek_read(), and thus the functions that it calls,guy1-2/+2
2008-05-29Fix the types of k12text_read() and k12text_seek_read() to match whatguy1-4/+4
2008-05-13From: Luis Ontanonetxrab1-10/+19
2008-04-25 Bug 2493: Fix (Part 2): wmeier1-5/+11
2007-11-26Get rid of C++/C99 style comments--not all compilers support themmorriss1-27/+27
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. guy1-2/+20
2007-05-24Get rid of CR's, and add a newline at the end.guy1-310/+310
2007-05-04Add a plugin interface to wiretap.lego1-1/+0
2007-05-03will this finally get rid of the warnigs?lego1-6/+6
2007-05-02fix warningslego1-6/+7
2007-05-02add support for the text export format of textronix k1[25]lego1-0/+310