aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Expand)AuthorFilesLines
2008-05-14From cfreeer (bug 2541):Stig Bjørlykke1-0/+2
2008-05-14From cfreeer (bug 2540):Stig Bjørlykke1-1/+1
2008-05-14From cfreeer:Jaap Keuter1-7/+7
2008-05-08Run checkAPI in plugins dir.Anders Broman1-1/+3
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
2008-04-30From cfreeer:Jaap Keuter1-1/+5
2008-04-24From Mohan (bug 2501):Stig Bjørlykke1-0/+1
2008-04-08fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping1-10/+8
2008-04-07Fix for bug 2401:Jaap Keuter2-20/+20
2008-04-05Make wimax mac mgmt protocol findable by name.Martin Mathieson1-0/+4
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer3-3/+3
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs3-70/+69
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs39-1674/+1676
2007-11-28Tweak the order in which fields are registered, so that they don'tGerald Combs1-3/+3
2007-11-26Oops, don't put a comment inside a commentJeff Morriss1-2/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss9-206/+208
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ...Jeff Morriss1-2/+4
2007-05-29Add some casts to fix my build.Martin Mathieson1-7/+8
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-05-27Clean up white space.Guy Harris1-1/+0
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris43-174/+174
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris1-2/+1
2007-05-26Squelch some unused parameter warnings.Guy Harris7-14/+14
2007-05-26Flag some parameters as unused.Guy Harris1-3/+3
2007-05-26Get rid of unused parameter.Guy Harris1-4/+4
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris6-56/+308
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs54-0/+37521