aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Show m2m.fch_burst_tlv_value in decimal.Guy Harris1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-27Removed unused pdu_length in pdu_burst_decoder to avoid a warning from clang.Stig Bjørlykke1-4/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-7/+7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman1-19/+12
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
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