aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2006-09-30that wasn't a typo, xcopy can't rename files that wayUlf Lamping1-1/+1
svn path=/trunk/; revision=19372
2006-09-29Fixa a typo copy -> xcopyAnders Broman1-1/+1
svn path=/trunk/; revision=19357
2006-09-27Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which shouldGerald Combs1-1/+1
fix bug 1096. Switch back to fetching a date-stamped URL in win32-setup.sh. This ensures backward compatibility with previous releases and non-updated SVN trees. svn path=/trunk/; revision=19339
2006-09-27use luaforge's 5.1 dll to be able to link on windows. fix some mistakesLuis Ontanon1-2/+5
svn path=/trunk/; revision=19331
2006-09-26The forgotten files!Luis Ontanon1-4/+2
svn path=/trunk/; revision=19325
2006-09-23fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=19303
2006-09-23change the Win32 build environment, so we can create release zip files ↵Ulf Lamping1-69/+208
without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files. config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this... svn path=/trunk/; revision=19302
2006-09-22add a packaging_u3 targetUlf Lamping1-3/+13
rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing) svn path=/trunk/; revision=19295
2006-09-12Makefile.nmakeJörg Mayer1-2/+2
config.h.win32 - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make sure we use the same var everywhere (including sources and autofoo stuff). - Use PORTAUDIO_API_1 everywhere version_info.c - Include <portaudio.h> - Add some , and breaks when printing version infos. svn path=/trunk/; revision=19218
2006-09-12fix the generation of config.h, some HAVE_... were wrongUlf Lamping1-3/+3
svn path=/trunk/; revision=19216
2006-09-12add a missing dependency from wiretap to the image dir, otherwise ↵Ulf Lamping1-1/+1
image/wiretap.res can't be generated for some targets svn path=/trunk/; revision=19202
2006-09-12Hmmm, don't optimize too much :-)Ulf Lamping1-6/+17
also fix the clean_setup svn path=/trunk/; revision=19199
2006-09-12various nmake related build file cleanupsUlf Lamping1-32/+19
svn path=/trunk/; revision=19198
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is ↵Ulf Lamping1-12/+14
in the UNIX builds) svn path=/trunk/; revision=19196
2006-09-10minor cleanup for making codecsBill Meier1-1/+1
svn path=/trunk/; revision=19184
2006-09-05Handle PORTAUDIO_API_1 and add clean-deps target to distclean.Anders Broman1-1/+2
svn path=/trunk/; revision=19159
2006-09-04Fix a typo for rtp_playerAnders Broman1-1/+1
svn path=/trunk/; revision=19137
2006-09-02Include codecs in the all target.Anders Broman1-1/+1
svn path=/trunk/; revision=19123
2006-09-02Fix path and name.Anders Broman1-4/+4
svn path=/trunk/; revision=19120
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris1-4/+15
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
2006-08-30fix a suspected typo of the portaudio commitUlf Lamping1-1/+1
svn path=/trunk/; revision=19095
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+6
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19094
2006-08-19Fix cut-and-pasteo.Guy Harris1-1/+1
svn path=/trunk/; revision=18953
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+1
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-1/+2
libgcrypt, enable it in the Windows build. In packet-ipsec.c: - Remove non-constants from variable declaration initializations. - Use ep_alloc() in a couple of places. - Fix an off-by-one error. - Reduce the number of SAs in the preferences from 4 to 2. 4 made the preferences window absolutely enormous. This is probably the wrong way to fix this. - Fix up whitespace. svn path=/trunk/; revision=18856
2006-08-08enable kerberos for windows for the win32 buildRonnie Sahlberg1-0/+4
svn path=/trunk/; revision=18852
2006-08-07Add GNUTLS to the Windows build. Gerald Combs1-0/+12
In packet-ssl.c, move ssl_set_debug() up a bit so that we can debug key file parsing. svn path=/trunk/; revision=18850
2006-08-05if KFW is enabled, we need to temporarily copy the two required DLLs to the ↵Ronnie Sahlberg1-0/+4
build directory since they are required during the build svn path=/trunk/; revision=18839
2006-08-05config and makefile magic we need when we integrate kerberos for windows ↵Ronnie Sahlberg1-0/+1
with the w32 build disabled for now svn path=/trunk/; revision=18838
2006-07-27Fix editcap compilation under Windows.Gerald Combs1-2/+2
svn path=/trunk/; revision=18801
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg1-1/+0
svn path=/trunk/; revision=18771
2006-07-17Switch to Net-SNMP 5.3.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=18744
2006-07-06Update to Net-SNMP 5.3.0.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=18673
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-19/+19
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-11/+11
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-11/+11
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-30ETHEREAL_LIBS -> WIRESHARK_LIBSGerald Combs1-55/+55
svn path=/trunk/; revision=18250
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-0/+1
with a pcap_breakloop() call - we don't need to call select() before calling pcap_dispatch(). Even if we do need to call select(), we don't need to supply it with a timeout - it's OK if we block indefinitely, as the signal will interrupt select(). That also means we can pass -1 as the count to pcap_dispatch(), as pcap_breakloop() will terminate the loop in pcap_dispatch(). Use sigaction() to catch SIGUSR1, so we can make sure that the signal handler doesn't get reset when the signal is delivered, and that system calls don't restart when we return from the signal handler. svn path=/trunk/; revision=18201
2006-05-16Change to address bug 933. See if this, after setup, includes the updated ↵Jaap Keuter1-1/+1
GTK-Wimp. svn path=/trunk/; revision=18172
2006-04-20if HHC_DIR is defined in config.nmake, link Ethereal with the required ↵Ulf Lamping1-0/+3
htmlhelp.lib svn path=/trunk/; revision=17937
2006-04-12Update Lua.Gerald Combs1-1/+1
svn path=/trunk/; revision=17847
2006-03-15One day I'll be able to do change something in windows in a single attemptLuis Ontanon1-0/+1
svn path=/trunk/; revision=17641
2006-03-14Add strptime.obj to outfiles as well.Anders Broman1-1/+1
svn path=/trunk/; revision=17623
2006-03-14missed to add strptime.obj to the editcap.Luis Ontanon1-1/+1
svn path=/trunk/; revision=17617
2006-03-12Move init.lua and family to plugins/luaLuis Ontanon1-5/+0
svn path=/trunk/; revision=17600
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs1-2/+8
Add Lua information to the version paragraph. svn path=/trunk/; revision=17440
2006-02-25Add asn1 to the clean targetAnders Broman1-0/+3
svn path=/trunk/; revision=17410
2006-02-15Add getopt.obj to the list of object files with which dumpcap is linked;Guy Harris1-2/+2
it's necessary on Windows (but not on most UN*Xes, so getopt.c shouldn't be part of dumpcap_SOURCES). svn path=/trunk/; revision=17312
2006-02-13- disable printLuis Ontanon1-0/+4
- add a log facility to lua (so far just prints to stderr) - add settings to disable lua even if installed, to load or not to load user scripts when superuser - create a default /usr/local/share/ethereal/init.lua that blocks all the io/system calls when running as superuser svn path=/trunk/; revision=17290