summaryrefslogtreecommitdiff
path: root/plugins/wimaxasncp/wimaxasncp_dict.l
AgeCommit message (Expand)AuthorFilesLines
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