aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...morriss1-0/+5
2010-11-29Move some checkapi targets into Makefile.commonmorriss1-5/+0
2009-10-09(Windows only) Make sure that register.c depends on make-dissector-reg.py and...krj1-3/+3
2009-09-13Run checkapi on the dissector header filesmorriss1-1/+1
2009-09-13Try to get the paths rightmorriss1-3/+3
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .morriss1-5/+11
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :morriss1-12/+0
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_gerald1-1/+1
2008-11-15Make it easy to add custom dissectors.etxrab1-0/+2
2008-08-14It looks like /Zd was removed in VC++ 2005.gerald1-2/+2
2008-08-14From cjkelly1: Add "/MD" to the PortAudio compilation flags. Fixesgerald1-1/+3
2008-07-27packet-ncp2222.obj depends upon packet-ncp2222.incwmeier1-1/+3
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-2/+2
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-09Fix some of the Errors/warnings detected by checkapi.etxrab1-2/+3
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-0/+4
2007-09-24Get rid of the remains of NET-SNMP in the build process.jmayer1-1/+1
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directorykukosa1-0/+4
2007-05-18From Dustin Johnson:gerald1-1/+1
2007-04-10- SSL desegmentation supportkukosa1-1/+1
2007-04-06Add a registration symbol cache to make-dissector-reg.py. When yougerald1-1/+1
2007-04-05In epan/dissectors/Makefile.nmake, fix a typo.gerald1-3/+3
2007-04-03xFi a Ytpolego1-4/+6
2007-04-03Creation of ALL_DISSECTORS_SRC including all dissectors sourcesstandel1-4/+4
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...ulfl1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentgerald1-10/+2
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilergerald1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptiongerald1-3/+12
2006-10-26put python script name in bracketsulfl1-1/+1
2006-09-12various nmake related build file cleanupsulfl1-1/+1
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...sahlberg1-0/+1
2006-06-07Update the download link in the help dialog. More Ethereal -> Wireshark.gerald1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-1/+1
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theguy1-2/+2
2006-04-19Update comments.guy1-22/+23
2006-04-17make-reg-dotc and make-reg-dotc.py were moved.guy1-2/+2
2006-02-06From Paolo Abeni:guy1-1/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-2/+3
2005-02-10clean up makefiles.lroland1-2/+0
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.gerald1-1/+2
2004-07-27From Lars Roland: don't delete the generated header files with "makeguy1-2/+1
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofguy1-3/+3
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandguy1-2/+3
2004-07-23Have distclean remove built sources.gerald1-0/+1
2004-07-19Fixes (and ugly hacks) for Windows compilation.gerald1-2/+4
2004-07-18Fix the win32 nmake generation for now (it will compile/link/run again). This...ulfl1-6/+4
2004-07-18some more changes for the win32 nmake processulfl1-2/+5
2004-07-18first attempt to make Win32 generation (nmake) ready for the dissector moving...ulfl1-1/+66