aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
AgeCommit message (Collapse)AuthorFilesLines
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
svn path=/trunk/; revision=24757
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24488
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
instead of "0". svn path=/trunk/; revision=24376
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
svn path=/trunk/; revision=22696
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter3-92/+26
svn path=/trunk/; revision=22435
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
svn path=/trunk/; revision=21963
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2-6/+6
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-27Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris1-1/+1
svn path=/trunk/; revision=21958
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt3-12/+74
svn path=/trunk/; revision=21952
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
svn path=/trunk/; revision=21951
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
svn path=/trunk/; revision=21950
2007-05-26Go with a Makefile.common as other plugins have, and tweak theGuy Harris3-13/+198
Makefile.nmake and Makefile.am files to more closely resemble the ones for other plugins. (This should fix at least one of the distcheck problems, namely that wmxtypes.h apparently wasn't getting put into the distribution.) svn path=/trunk/; revision=21949
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs9-0/+1590
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945