aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-14wth->phdr.pkt_encap isn't set on a seek-and-read; pass the encapsulationGuy Harris1-4/+4
2012-01-14WTAP_ENCAP_UNKNOWN should never appear as an actual encapsulation type,Guy Harris1-2/+0
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-3/+3
2011-11-18Fail if somebody tries to write out a packet with an unsupportedGuy Harris1-7/+16
2011-11-16OK, this should do it.Guy Harris1-1/+1
2011-11-16Fix build on Windows.Guy Harris1-2/+2
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-0/+8
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+1
2011-04-17Mark err as unused in k12text_dump_open().Stig Bjørlykke1-1/+1
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-7/+1
2011-03-29Don't put a 196808 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-59/+83
2011-02-04Set *err before *err_info - that's how it's done in most other modules.Guy Harris1-4/+4
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-20/+18
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-11/+0
2010-01-18Fix gcc -Wshadow warnings ....Bill Meier1-33/+33
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