aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.y
AgeCommit message (Expand)AuthorFilesLines
2018-02-24The parser is at the bottom, so the shadow warning must be turned off there.Guy Harris1-0/+2
2018-02-24Suppress some warnings caused by a Berkeley YACC bug/misfeature.Guy Harris1-0/+6
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-14/+1
2016-09-16Don't pick up junk from an unset error-number variable.Guy Harris1-3/+7
2016-08-18Just return the value of yyparse() from run_ascend_parser().Guy Harris1-3/+1
2016-08-17The caplen for a packet is always "number of bytes seen".Guy Harris1-16/+7
2016-04-05Set the extra type the right way.Guy Harris1-1/+1
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-236/+159
2015-12-06Get rid of a bunch of unused variables.Guy Harris1-1/+0
2015-11-08More unnecessary <stdio.h> includes.Guy Harris1-1/+0
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-02Fix build on FreeBSD 10.0Edwin Groothuis1-1/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-38/+64
2013-05-16Hoist a bunch of common code between ascend_read() andGuy Harris1-11/+53
2013-05-16Get rid of unused global variable.Guy Harris1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Use "%parse-param" instead of a global variable. Fixes a scan-buildGerald Combs1-31/+31
2011-05-31Fix some gcc 'old-style function definition' warnings.Bill Meier1-1/+1
2010-02-25Have parse_ascend() return:Guy Harris1-6/+9
2009-06-15From Ben Winslow via bug 3535:Gerald Combs1-1/+10
2009-06-15Rename all of the ascend files:Jörg Mayer1-0/+515