aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/easy_codec
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Remove Makefile.common filesJoão Valverde2-47/+19
2016-06-15Remove Nmake build systemPascal Quantin4-110/+0
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris3-3/+6
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-1/+2
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier3-7/+43
2014-08-01Add the easy_codec plugin to the source distribution.Jeff Morriss1-0/+34
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte7-14/+0
2014-02-25Remove trailing whitespaceBill Meier7-25/+25
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-2/+2
2013-03-15Build easy codec plugin as a DLLBalint Reczey1-0/+4
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-3/+3
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-3/+0
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2-11/+33
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss4-8/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki7-7/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2009-09-13Run checkapi on the dissector header filesJeff Morriss1-1/+1
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-09- remove reference to AMR (submitted by mistake)Tomas Kukosa7-17/+15
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-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-5/+5
2008-05-08Run checkAPI in plugins dir.Anders Broman1-0/+2
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-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2007-12-11From Ales KocourekTomas Kukosa2-11/+11
2007-12-03Codec plugin example. The stub for ImTelephone libraries.Tomas Kukosa12-0/+629