aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Collapse)AuthorFilesLines
2010-04-14Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes ↵Bill Meier1-2/+2
still needed]. svn path=/trunk/; revision=32468
2010-03-17Add HAVE_PCAP_FREE_DATALINKS to config.h.win32, as we've added it toGuy Harris1-0/+1
config.nmake and Makefile.nmake. svn path=/trunk/; revision=32224
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-0/+2
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs1-0/+1
present. Add an entry for DLT_PPI in case it's not. svn path=/trunk/; revision=31316
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+6
abs_time_secs_to_str(). svn path=/trunk/; revision=31234
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-1/+0
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. svn path=/trunk/; revision=30370
2009-09-09We no longer support the old plugin API so remove it completely from the ↵Kovarththanan Rajaratnam1-11/+0
build system svn path=/trunk/; revision=29821
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=29643
2009-08-31Reorder (no functionality change)Kovarththanan Rajaratnam1-8/+10
svn path=/trunk/; revision=29640
2009-08-31Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam1-50/+0
svn path=/trunk/; revision=29638
2009-08-30Remove superfluous config parametersKovarththanan Rajaratnam1-2/+0
svn path=/trunk/; revision=29633
2009-08-30Remove outdated comments regarding ZLIB_DLL. We don't have to define this ↵Kovarththanan Rajaratnam1-4/+0
before including zlib.h. This is automatically done if _WIN32 is defined svn path=/trunk/; revision=29632
2009-08-30Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_HKovarththanan Rajaratnam1-4/+9
svn path=/trunk/; revision=29631
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=29616
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-1/+2
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). svn path=/trunk/; revision=28920
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman1-0/+3
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h svn path=/trunk/; revision=28903
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKTomas Kukosa1-0/+3
svn path=/trunk/; revision=28314
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-0/+3
conversion. svn path=/trunk/; revision=27098
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-0/+3
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-0/+5
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
2008-06-24Add TurboCap-related changes from /trunk-1.0:Gerald Combs1-0/+3
From Dustin Johnson: Add support for TurboCap. - packet-ppi.c: Add aggregation and 802.3 extended information. - capture-wpcap.c: Add support for pcap_list_datalinks and pcap_set_datalink. Make pcap_list_datalinks and pcap_set_datalink mandatory on Windows. svn path=/trunk/; revision=25593
2008-04-25Flex (v 2.5.35) uses this symbol to "exclude" unistd.hAnders Broman1-0/+5
svn path=/trunk/; revision=25170
2007-12-07Delete the *right* config.h.win32.Guy Harris1-0/+8
Copy the MSVC++-version-checking stuff from it into the top-level config.h.win32, and try to set up config.nmake so that MSC_VER_REQUIRED is defined in all Makefiles that include config.nmake. svn path=/trunk/; revision=23802
2007-12-07Deleted the wrong config.h.win32.Guy Harris1-0/+266
svn path=/trunk/; revision=23801
2007-12-07That's not the right way to resuscitate a file.Guy Harris1-254/+0
svn path=/trunk/; revision=23800
2007-12-07Deleted the wrong config.h.win32.Guy Harris1-0/+254
svn path=/trunk/; revision=23799
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris1-266/+0
the top-level directory. Don't build config.h in the wiretap directory - it now uses config.h from the top-level directory. Get rid of the template config.h.win32 in that directory. Get rid of files that are no longer in the wiretap directory or are no longer constructed in that directory. svn path=/trunk/; revision=23797
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+7
- retrieving the list of remote PCAP interfaces - password authentication support - UDP data fransfer - packet sampling (available in WinPcap 4.x) etc. fix problem if non-default rpcap port is used svn path=/trunk/; revision=23750
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-0/+5
svn path=/trunk/; revision=23691
2007-09-24remove forgotten @HAVE_NET_SNMP@Tomas Kukosa1-2/+0
svn path=/trunk/; revision=22937
2007-09-06Fix a comment.Guy Harris1-1/+1
svn path=/trunk/; revision=22810
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-0/+4
svn path=/trunk/; revision=22672
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff1-3/+0
plugindir at configure time. Instead leave it to be defined at make time, which means it can then be changed by, eg, changing $prefix. This also means moving the definition of PLUGIN_DIR from config.h to a -D in CPPFLAGS. svn path=/trunk/; revision=22617
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which ↵Ulf Lamping1-8/+0
would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ... svn path=/trunk/; revision=20646
2007-01-31C preprocessor only handles integers for conditional compilation. Build ↵Ulf Lamping1-10/+6
MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 svn path=/trunk/; revision=20637
2007-01-29fix compiler version detection logic, sorry for the noise!Ulf Lamping1-6/+4
svn path=/trunk/; revision=20614
2007-01-29Comment out Ulfs changes to be able to do a test build.Anders Broman1-0/+2
svn path=/trunk/; revision=20609
2007-01-28add a check if the MSVC_VARIANT setting and the current _MSC_VER #define ↵Ulf Lamping1-0/+12
matches - to avoid problems if a developer forgets to set MSVC_VARIANT in config.nmake corresponding to his environment svn path=/trunk/; revision=20591
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
svn path=/trunk/; revision=20559
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-4/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-0/+1
warning in the 802.11 dissector. svn path=/trunk/; revision=20053
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-12it's HAVE_LIBGNUTLS instead HAVE_GNUTLSUlf Lamping1-1/+1
svn path=/trunk/; revision=19214
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is ↵Ulf Lamping1-2/+2
in the UNIX builds) svn path=/trunk/; revision=19196
2006-09-05Handle PORTAUDIO_API_1 and add clean-deps target to distclean.Anders Broman1-0/+2
svn path=/trunk/; revision=19159
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+3
- 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-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+2
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-12fix for bug #1025: It should be no longer necessary to use the I64x format ↵Ulf Lamping1-2/+8
string for Win32, simply use the llx format string as for the Unix variants, which should be safe as we only use GLib's g_snprintf() function instead of the MSVC one's from snprintf.h The real cause of this: There's a bug in GLib's snprintf implementation which crashes with the I64x format string and certain (negative?) values. svn path=/trunk/; revision=18883
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-0/+3
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-05config and makefile magic we need when we integrate kerberos for windows ↵Ronnie Sahlberg1-0/+6
with the w32 build disabled for now svn path=/trunk/; revision=18838