aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/wimaxasncp_dict.l
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-866/+0
2017-10-13WiMAX ASN CP: Leak less memory.Gerald Combs1-11/+3
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-09-05Fix memory leak in wimaxasncpAhmad Fatoum1-2/+2
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-04-04Don't double-close the input.Guy Harris1-1/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-174/+273
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-3/+3
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-12-01Removed some remaining svn Id tagsStig Bjørlykke1-2/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-06-15icmp,wimax: Fix undefined shiftPeter Wu1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+1
2013-03-20[-Wmissing-prototypes]Anders Broman1-7/+7
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-11-29Fix several [-Wshadow] warnings.Bill Meier1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2011-03-31Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard1-1/+1
2011-02-03Just use g_strdup_printf(), rather than doing it ourselves.Guy Harris1-4/+1
2010-11-17From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :Jeff Morriss1-3/+7
2010-04-02Make the test compile.Jaap Keuter1-6/+6
2010-04-01From sangaran:Anders Broman1-0/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...Jeff Morriss1-71/+60
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson1-0/+1
2007-11-09From Stephen Croll.Martin Mathieson1-0/+13
2007-10-30Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()Stephen Fisher1-7/+11
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss1-1/+3
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedGerald Combs1-3/+3
2007-10-12TLVs now defined in XML (from Stephen Croll).Martin Mathieson1-0/+755