aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
Commit message (Expand)AuthorAgeFilesLines
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-2/+3
* Don't pass globals as arguments to k12text_set_headers(), just use theGuy Harris2013-05-171-7/+5
* Rename k12text_set_pseudo_header() to k12text_set_headers() and have itGuy Harris2013-05-171-13/+15
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-0/+5
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin2013-01-041-4/+8
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-4/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Try to squelch warningsAnders Broman2012-06-021-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-10/+33
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-061-1/+0
* wth->phdr.pkt_encap isn't set on a seek-and-read; pass the encapsulationGuy Harris2012-01-141-4/+4
* WTAP_ENCAP_UNKNOWN should never appear as an actual encapsulation type,Guy Harris2012-01-141-2/+0
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-3/+3
* Fail if somebody tries to write out a packet with an unsupportedGuy Harris2011-11-181-7/+16
* OK, this should do it.Guy Harris2011-11-161-1/+1
* Fix build on Windows.Guy Harris2011-11-161-2/+2
* Another place where we have to protect against MSVC's time-conversionGuy Harris2011-11-161-0/+8
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-1/+1
* Mark err as unused in k12text_dump_open().Stig Bjørlykke2011-04-171-1/+1
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-7/+1
* Don't put a 196808 byte variable on the stack: instead, malloc/free it.Jeff Morriss2011-03-291-59/+83
* Set *err before *err_info - that's how it's done in most other modules.Guy Harris2011-02-041-4/+4
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-20/+18
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-11/+0
* Fix gcc -Wshadow warnings ....Bill Meier2010-01-181-33/+33
* Update comment re the use of the flex statement '%option noline'Bill Meier2009-01-141-3/+3
* get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...Tomas Kukosa2009-01-081-1/+1
* Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.Bill Meier2009-01-061-18/+47
* Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.Bill Meier2009-01-051-1/+1
* Rework code somewhat; Fixes bug 1937 & various other issues.Bill Meier2009-01-051-33/+82
* From Neil Piercy: Anders Broman2008-09-071-0/+4
* wtap_read() and wtap_seek_read(), and thus the functions that it calls,Guy Harris2008-05-301-2/+2
* Fix the types of k12text_read() and k12text_seek_read() to match whatGuy Harris2008-05-291-4/+4
* From: Luis OntanonAnders Broman2008-05-131-10/+19
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+11
* Get rid of C++/C99 style comments--not all compilers support themJeff Morriss2007-11-261-27/+27
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-0/+1
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-2/+20
* Get rid of CR's, and add a newline at the end.Guy Harris2007-05-241-310/+310
* Add a plugin interface to wiretap.Luis Ontanon2007-05-041-1/+0
* will this finally get rid of the warnigs?Luis Ontanon2007-05-031-6/+6
* fix warningsLuis Ontanon2007-05-021-6/+7
* add support for the text export format of textronix k1[25]Luis Ontanon2007-05-021-0/+310