aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-2/+8
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-22/+22
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-24wiretap/k12: fix memory leak.Jakub Zawadzki1-0/+1
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-14/+1
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-08-27err_info is used, so don't mark it unused.Guy Harris1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-5/+5
2017-03-28k12text.l: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+21
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-1/+5
2016-09-15Don't pick up junk from an unset error-number variable.Guy Harris1-9/+11
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-92/+176
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2014-12-19Get rid of some accidentally-checked-in debugging stuff.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris1-3/+3
2014-12-17Clean up handling of files without a known encapsulation.Guy Harris1-16/+24
2014-10-10Cast size_t to to gulong as the length argument to g_snprintf().Guy Harris1-3/+3
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-4/+4
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-06Make the count of bytes read from the file 64 bits.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-8/+8
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-8/+8
2014-05-09Revert "Refactor Wiretap"Guy Harris1-29/+26
2014-05-09Refactor WiretapMichael Mann1-26/+29
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-8/+0
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+6
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2014-01-02Don't use the length argument to the seek-read routine; no otherGuy Harris1-11/+3
2013-12-14Cast away shorten-64-to-32 warnings.Gerald Combs1-5/+5
2013-11-08Looks like r53166 was not compile tested. Now k12text.l compiles again.Jörg Mayer1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-2/+3
2013-05-17Don't pass globals as arguments to k12text_set_headers(), just use theGuy Harris1-7/+5
2013-05-17Rename k12text_set_pseudo_header() to k12text_set_headers() and have itGuy Harris1-13/+15
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-4/+8
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-4/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-02Try to squelch warningsAnders Broman1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-10/+33
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2