aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer3-3/+3
svn path=/trunk/; revision=23862
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs3-70/+69
epan/pint.h equivalents. Add warnings about trying to operate on tvb data directly. svn path=/trunk/; revision=23787
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=23769
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
se_strdup_vprintf(). svn path=/trunk/; revision=23765
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs39-1674/+1676
"wmx" prefix to each sub-protocol. "wmx"-ize the preferences and dissector registration. svn path=/trunk/; revision=23660
2007-11-28Tweak the order in which fields are registered, so that they don'tGerald Combs1-3/+3
show up as protocols. svn path=/trunk/; revision=23656
2007-11-26Oops, don't put a comment inside a commentJeff Morriss1-2/+1
svn path=/trunk/; revision=23610
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss9-206/+208
svn path=/trunk/; revision=23608
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
svn path=/trunk/; revision=22696
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ↵Jeff Morriss1-2/+4
be used uninitialized" warnings from GCC svn path=/trunk/; revision=22401
2007-05-29Add some casts to fix my build.Martin Mathieson1-7/+8
I'm not sure why no-one else saw those warnings and failed with -Werror... svn path=/trunk/; revision=21980
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
svn path=/trunk/; revision=21963
2007-05-27Clean up white space.Guy Harris1-1/+0
svn path=/trunk/; revision=21962
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris43-174/+174
the number of bytes in the packet or subset of the packet is the reported length, tvb_length() just gives you the amount of that data that was actually captured. Include <glib.h>, not <gmodule.h>, even in plugins. Fix the version numbers in the rc files. svn path=/trunk/; revision=21960
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris1-2/+1
svn path=/trunk/; revision=21957
2007-05-26Squelch some unused parameter warnings.Guy Harris7-14/+14
svn path=/trunk/; revision=21956
2007-05-26Flag some parameters as unused.Guy Harris1-3/+3
svn path=/trunk/; revision=21955
2007-05-26Get rid of unused parameter.Guy Harris1-4/+4
svn path=/trunk/; revision=21954
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris6-56/+308
rest of the distcheck issues. svn path=/trunk/; revision=21953
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs54-0/+37521
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945