| Commit message (Expand) | Author | Age | Files | Lines |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -2/+3 |
* | Don't pass globals as arguments to k12text_set_headers(), just use the | Guy Harris | 2013-05-17 | 1 | -7/+5 |
* | Rename k12text_set_pseudo_header() to k12text_set_headers() and have it | Guy Harris | 2013-05-17 | 1 | -13/+15 |
* | Add %option noinput to a bunch of Flex files, as we aren't using the | Guy Harris | 2013-02-10 | 1 | -0/+5 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 : | Pascal Quantin | 2013-01-04 | 1 | -4/+8 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -4/+3 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Try to squelch warnings | Anders Broman | 2012-06-02 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -10/+33 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2012-02-06 | 1 | -1/+0 |
* | wth->phdr.pkt_encap isn't set on a seek-and-read; pass the encapsulation | Guy Harris | 2012-01-14 | 1 | -4/+4 |
* | WTAP_ENCAP_UNKNOWN should never appear as an actual encapsulation type, | Guy Harris | 2012-01-14 | 1 | -2/+0 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -3/+3 |
* | Fail if somebody tries to write out a packet with an unsupported | Guy Harris | 2011-11-18 | 1 | -7/+16 |
* | OK, this should do it. | Guy Harris | 2011-11-16 | 1 | -1/+1 |
* | Fix build on Windows. | Guy Harris | 2011-11-16 | 1 | -2/+2 |
* | Another place where we have to protect against MSVC's time-conversion | Guy Harris | 2011-11-16 | 1 | -0/+8 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -1/+1 |
* | Mark err as unused in k12text_dump_open(). | Stig Bjørlykke | 2011-04-17 | 1 | -1/+1 |
* | "This file format can't be written to a pipe" and "this file format | Guy Harris | 2011-04-12 | 1 | -7/+1 |
* | Don't put a 196808 byte variable on the stack: instead, malloc/free it. | Jeff Morriss | 2011-03-29 | 1 | -59/+83 |
* | Set *err before *err_info - that's how it's done in most other modules. | Guy Harris | 2011-02-04 | 1 | -4/+4 |
* | Don't use fwrite directly when writing a dump file; call it through | Guy Harris | 2010-06-06 | 1 | -20/+18 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -11/+0 |
* | Fix gcc -Wshadow warnings .... | Bill Meier | 2010-01-18 | 1 | -33/+33 |
* | Update comment re the use of the flex statement '%option noline' | Bill Meier | 2009-01-14 | 1 | -3/+3 |
* | get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil... | Tomas Kukosa | 2009-01-08 | 1 | -1/+1 |
* | Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd. | Bill Meier | 2009-01-06 | 1 | -18/+47 |
* | Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame. | Bill Meier | 2009-01-05 | 1 | -1/+1 |
* | Rework code somewhat; Fixes bug 1937 & various other issues. | Bill Meier | 2009-01-05 | 1 | -33/+82 |
* | From Neil Piercy: | Anders Broman | 2008-09-07 | 1 | -0/+4 |
* | wtap_read() and wtap_seek_read(), and thus the functions that it calls, | Guy Harris | 2008-05-30 | 1 | -2/+2 |
* | Fix the types of k12text_read() and k12text_seek_read() to match what | Guy Harris | 2008-05-29 | 1 | -4/+4 |
* | From: Luis Ontanon | Anders Broman | 2008-05-13 | 1 | -10/+19 |
* | Bug 2493: Fix (Part 2): | Bill Meier | 2008-04-25 | 1 | -5/+11 |
* | Get rid of C++/C99 style comments--not all compilers support them | Jeff Morriss | 2007-11-26 | 1 | -27/+27 |
* | Add a script as a front-end for Flex, to work around various problems, | Guy Harris | 2007-08-04 | 1 | -0/+1 |
* | Add comments to various %option items to explain what they're doing. | Guy Harris | 2007-07-30 | 1 | -2/+20 |
* | Get rid of CR's, and add a newline at the end. | Guy Harris | 2007-05-24 | 1 | -310/+310 |
* | Add a plugin interface to wiretap. | Luis Ontanon | 2007-05-04 | 1 | -1/+0 |
* | will this finally get rid of the warnigs? | Luis Ontanon | 2007-05-03 | 1 | -6/+6 |
* | fix warnings | Luis Ontanon | 2007-05-02 | 1 | -6/+7 |
* | add support for the text export format of textronix k1[25] | Luis Ontanon | 2007-05-02 | 1 | -0/+310 |