aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+1
2011-04-20Add Makefile.common to the dependency list for register.c.Gerald Combs1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+9
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-0/+5
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-5/+0
2009-10-09(Windows only) Make sure that register.c depends on make-dissector-reg.py and...Kovarththanan Rajaratnam1-3/+3
2009-09-13Run checkapi on the dissector header filesJeff Morriss1-1/+1
2009-09-13Try to get the paths rightJeff Morriss1-3/+3
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-5/+11
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :Jeff Morriss1-12/+0
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-1/+1
2008-11-15Make it easy to add custom dissectors.Anders Broman1-0/+2
2008-08-14It looks like /Zd was removed in VC++ 2005.Gerald Combs1-2/+2
2008-08-14From cjkelly1: Add "/MD" to the PortAudio compilation flags. FixesGerald Combs1-1/+3
2008-07-27packet-ncp2222.obj depends upon packet-ncp2222.incBill Meier1-1/+3
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-2/+2
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-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+3
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-0/+4
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-1/+1
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directoryTomas Kukosa1-0/+4
2007-05-18From Dustin Johnson:Gerald Combs1-1/+1
2007-04-10- SSL desegmentation supportTomas Kukosa1-1/+1
2007-04-06Add a registration symbol cache to make-dissector-reg.py. When youGerald Combs1-1/+1
2007-04-05In epan/dissectors/Makefile.nmake, fix a typo.Gerald Combs1-3/+3
2007-04-03xFi a YtpoLuis Ontanon1-4/+6
2007-04-03Creation of ALL_DISSECTORS_SRC including all dissectors sourcesSebastien Tandel1-4/+4
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-10/+2
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-3/+12
2006-10-26put python script name in bracketsUlf Lamping1-1/+1
2006-09-12various nmake related build file cleanupsUlf Lamping1-1/+1
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...Ronnie Sahlberg1-0/+1
2006-06-07Update the download link in the help dialog. More Ethereal -> Wireshark.Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris1-2/+2
2006-04-19Update comments.Guy Harris1-22/+23
2006-04-17make-reg-dotc and make-reg-dotc.py were moved.Guy Harris1-2/+2
2006-02-06From Paolo Abeni:Guy Harris1-1/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-2/+3
2005-02-10clean up makefiles.Lars Roland1-2/+0
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-1/+2
2004-07-27From Lars Roland: don't delete the generated header files with "makeGuy Harris1-2/+1
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofGuy Harris1-3/+3
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandGuy Harris1-2/+3
2004-07-23Have distclean remove built sources.Gerald Combs1-0/+1
2004-07-19Fixes (and ugly hacks) for Windows compilation.Gerald Combs1-2/+4