aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-4/+16
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+7
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-28/+7
2009-09-21CMake:Jörg Mayer1-0/+6
2009-09-16Build a few more pluginsJörg Mayer1-0/+69
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.Gerald Combs1-11/+25
2009-08-03Various minor cleanups:Bill Meier1-263/+250
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-180/+180
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-21/+12
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
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
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter3-92/+26
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2-6/+6
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris1-1/+1
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt3-12/+74
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
2007-05-26Go with a Makefile.common as other plugins have, and tweak theGuy Harris3-13/+198
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs9-0/+1590