aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Add a missing break.etxrab1-0/+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 integerguy2-3/+3
2010-11-25Fix for bug 5435:jake1-1/+3
2010-09-24Plugins are not shared libraries, so:guy1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-05-14Synchronize Makefiles even more.jake1-0/+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().etxrab2-134/+92
2010-03-18cmake changes:jmayer1-2/+3
2010-02-25Generate asn1/hnbap/Makefile.guy1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.wmeier1-2/+1
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
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-3/+15
2009-10-12Replace GMemChunk usage with se_alloc(); wmeier1-27/+5
2009-10-09Use register_dissector_files in the plugins dissectorskrj1-25/+3
2009-10-06Build plugins with cmake on OSX.stig1-0/+2
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj1-1/+1
2009-09-21CMake:jmayer1-0/+6
2009-09-16Build a few more pluginsjmayer1-0/+71
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier2-3/+3
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-21(Minor) Remove unneeded #includes.wmeier2-8/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj2-10/+10
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj2-16/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig3-89/+89
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.gerald1-1/+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
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig2-12/+11
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier4-7/+11
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-14From Anders Broman:kukosa1-1/+3
2008-05-13Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-08Run checkAPI in plugins dir.etxrab2-77/+77
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