aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2006-09-12Hmmm, don't optimize too much :-)Ulf Lamping1-6/+17
2006-09-12various nmake related build file cleanupsUlf Lamping1-32/+19
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...Ulf Lamping1-12/+14
2006-09-10minor cleanup for making codecsBill Meier1-1/+1
2006-09-05Handle PORTAUDIO_API_1 and add clean-deps target to distclean.Anders Broman1-1/+2
2006-09-04Fix a typo for rtp_playerAnders Broman1-1/+1
2006-09-02Include codecs in the all target.Anders Broman1-1/+1
2006-09-02Fix path and name.Anders Broman1-4/+4
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris1-4/+15
2006-08-30fix a suspected typo of the portaudio commitUlf Lamping1-1/+1
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+6
2006-08-19Fix cut-and-pasteo.Guy Harris1-1/+1
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+1
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-1/+2
2006-08-08enable kerberos for windows for the win32 buildRonnie Sahlberg1-0/+4
2006-08-07Add GNUTLS to the Windows build. Gerald Combs1-0/+12
2006-08-05if KFW is enabled, we need to temporarily copy the two required DLLs to the b...Ronnie Sahlberg1-0/+4
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...Ronnie Sahlberg1-0/+1
2006-07-27Fix editcap compilation under Windows.Gerald Combs1-2/+2
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg1-1/+0
2006-07-17Switch to Net-SNMP 5.3.1.Gerald Combs1-1/+1
2006-07-06Update to Net-SNMP 5.3.0.1.Gerald Combs1-1/+1
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-19/+19
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-11/+11
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-11/+11
2006-05-30ETHEREAL_LIBS -> WIRESHARK_LIBSGerald Combs1-55/+55
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-0/+1
2006-05-16Change to address bug 933. See if this, after setup, includes the updated GTK...Jaap Keuter1-1/+1
2006-04-20if HHC_DIR is defined in config.nmake, link Ethereal with the required htmlhe...Ulf Lamping1-0/+3
2006-04-12Update Lua.Gerald Combs1-1/+1
2006-03-15One day I'll be able to do change something in windows in a single attemptLuis Ontanon1-0/+1
2006-03-14Add strptime.obj to outfiles as well.Anders Broman1-1/+1
2006-03-14missed to add strptime.obj to the editcap.Luis Ontanon1-1/+1
2006-03-12Move init.lua and family to plugins/luaLuis Ontanon1-5/+0
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs1-2/+8
2006-02-25Add asn1 to the clean targetAnders Broman1-0/+3
2006-02-15Add getopt.obj to the list of object files with which dumpcap is linked;Guy Harris1-2/+2
2006-02-13- disable printLuis Ontanon1-0/+4
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-1/+1
2006-02-10When using GTK 2.8, we need the cairo dlls, so add them to the install-gtk2-d...Lars Roland1-0/+4
2006-02-06From Paolo Abeni:Guy Harris1-4/+8
2005-12-27Update to Net-SNMP 5.2.2.Gerald Combs1-1/+1
2005-12-16If "CLIENTNAME" is set (which indicates that we're using RDP) useGerald Combs1-1/+2
2005-12-14Add support for GLib/GTK+ 2.8. Point to the latest tag.Gerald Combs1-6/+34
2005-12-10the verify_tool target should check for /usr/bin/find (I errorneously did cha...Ulf Lamping1-1/+6
2005-12-06both the buildbot and I have problems with setargv.objUlf Lamping1-1/+3
2005-12-06Make $(command_line_OBJECTS) a dependency of the stuff that links withGuy Harris1-9/+9
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping1-12/+6
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping1-2/+23