aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-3/+0
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer1-1/+1
2013-11-21Try to get qmake to create wireshark-tap-register.c.Gerald Combs1-0/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-2/+1
2013-10-27Fix relative path now that u3 folder has been removedPascal Quantin1-3/+3
2013-10-27Remove U3 code and packaging.Gerald Combs1-15/+0
2013-10-17If static analysis is enabled disable error checking when compiling theGerald Combs1-0/+7
2013-10-12Update the User Guide for the upcoming 1.11.0 releasePascal Quantin1-1/+1
2013-10-12Update to the latest Windows library tags. Add an "install_qt" target.Gerald Combs1-1/+4
2013-10-12QT_DIR → QT5_BASE_DIR. This matches the CMake environment.Gerald Combs1-9/+9
2013-10-11Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.Gerald Combs1-0/+6
2013-10-11"install-generated-files" depends on "doc". Set dependenciesGerald Combs1-2/+2
2013-10-11qtshark.exe doesn't depend on tshark_OBJECTS.Gerald Combs1-1/+1
2013-10-11Don't return an error if cleaning the Qt directory fails.Gerald Combs1-3/+3
2013-10-10Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_b...Chris Maynard1-2/+2
2013-10-10As the Qt build will not use portaudio, we don't need toJörg Mayer1-3/+2
2013-10-08Add some QT_DIR checks.Gerald Combs1-0/+8
2013-10-08Add an initial Qt configuration and makefile targets.Gerald Combs1-0/+19
2013-09-11Define NOMINMAX for the entire Qt build.Gerald Combs1-1/+3
2013-08-07Switch to make-services.py. Fix some variable names and version tests.Gerald Combs1-2/+2
2013-07-30Add a routine to get application memory usage to epan.Anders Broman1-3/+3
2013-07-28clean target misses some build artefacts; capinfos.lib and editcap.libGraham Bloice1-1/+1
2013-07-24Make it possible to use GetProcessMemoryInfo on Windows.Anders Broman1-1/+5
2013-07-20GeoIP 1.5.1.Gerald Combs1-0/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-12Move the print modules into epan.Jeff Morriss1-4/+2
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard1-3/+3
2013-06-25Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).Jeff Morriss1-2/+2
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-63/+63
2013-05-30Upgrade user manualPascal Quantin1-1/+1
2013-05-29Correct the c-ares directory name in the clean_setup target.Chris Maynard1-1/+1
2013-05-22Add dftest.exe to EXECUTABLES. For clean-local target, clean randpkt.exe, no...Chris Maynard1-3/+4
2013-05-01Install and uninstall our global profiles.Gerald Combs1-0/+5
2013-03-09Switch to WinPcap 4.1.3.Gerald Combs1-1/+1
2013-03-08Switch to c-ares 1.9.1.Gerald Combs1-0/+1
2013-03-07Revert part of r48021: those hunks are no more needed with r48170Pascal Quantin1-4/+0
2013-03-07From Balint:Gerald Combs1-2/+2
2013-03-07Try to fix the "LNK4217: locally defined symbol" warnings.Gerald Combs1-2/+2
2013-03-04Don't define WS_BUILD_DLL when building capinfos and editcap. In the caseGerald Combs1-2/+2
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-1/+6
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+0
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-1/+12
2013-01-07Copy over any mibs that might be in the site directory.Chris Maynard1-0/+1
2012-12-28Remove redundant SUBSYSTEM link option from link commands.Bill Meier1-11/+14
2012-12-21This should get it building on Windows.Michael Tüxen1-3/+3
2012-12-21Try to get text2pcap building on Windows.Michael Tüxen1-3/+3
2012-12-18text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).Michael Tüxen1-1/+1
2012-12-13Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (...Michael Mann1-2/+2
2012-12-11Update the User's Guide to 1.9Pascal Quantin1-1/+1
2012-12-07Update the User's Guide to 1.8Pascal Quantin1-1/+1