aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-2/+2
2012-06-28Update Free Software Foundation address.darkjames6-6/+6
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss3-14/+27
2012-01-29Add *.sbr files to the clean target.etxrab1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-7/+7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-24Plugins are not shared libraries, so:guy1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().etxrab1-19/+12
2010-03-18cmake changes:jmayer1-2/+3
2010-02-25Generate asn1/hnbap/Makefile.guy1-4/+2
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-4/+16
2009-10-09Use register_dissector_files in the plugins dissectorskrj1-25/+3
2009-10-06Build plugins with cmake on OSX.stig1-0/+7
2009-09-24Don't guard col_append_str with check_colkrj1-28/+7
2009-09-21CMake:jmayer1-0/+6
2009-09-16Build a few more pluginsjmayer1-0/+69
2009-09-13Run checkapi on the dissector header filesmorriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.gerald1-11/+25
2009-08-03Various minor cleanups:wmeier1-263/+250
2009-06-24From Kovarththanan Rajaratnam:stig1-180/+180
2009-05-13Apply some of the patches from:etxrab1-3/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.gerald1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesulfl1-0/+3
2009-01-13Make the column check actually check the information column status.jake1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier1-21/+12
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeetxrab1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.jake1-2/+2
2008-03-01Create proper dependancies for plugin.cjake1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.stig1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under Windowsgerald1-1/+1
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") wmeier1-0/+3
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.jake3-92/+26
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.guy1-1/+1
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;guy2-6/+6
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.guy1-1/+1