aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-13/+16
* Make it easier to try GTK 3.6Anders Broman2014-01-271-3/+3
* Partially revert r54824.Gerald Combs2014-01-161-1/+4
* Allow the use of Win flex-bison and document how to do that.Gerald Combs2014-01-161-4/+1
* cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.Gerald Combs2014-01-091-1/+0
* At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris2014-01-081-1/+1
* Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris2014-01-081-1/+4
* TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann2014-01-081-6/+58
* Add a "captype" file that just reports the type of a capture file, basedGuy Harris2013-12-131-11/+27
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-021-3/+0
* - Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer2013-12-011-1/+1
* Try to get qmake to create wireshark-tap-register.c.Gerald Combs2013-11-211-0/+3
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-2/+1
* Fix relative path now that u3 folder has been removedPascal Quantin2013-10-271-3/+3
* Remove U3 code and packaging.Gerald Combs2013-10-271-15/+0
* If static analysis is enabled disable error checking when compiling theGerald Combs2013-10-171-0/+7
* Update the User Guide for the upcoming 1.11.0 releasePascal Quantin2013-10-121-1/+1
* Update to the latest Windows library tags. Add an "install_qt" target.Gerald Combs2013-10-121-1/+4
* QT_DIR → QT5_BASE_DIR. This matches the CMake environment.Gerald Combs2013-10-121-9/+9
* Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.Gerald Combs2013-10-111-0/+6
* "install-generated-files" depends on "doc". Set dependenciesGerald Combs2013-10-111-2/+2
* qtshark.exe doesn't depend on tshark_OBJECTS.Gerald Combs2013-10-111-1/+1
* Don't return an error if cleaning the Qt directory fails.Gerald Combs2013-10-111-3/+3
* Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_b...Chris Maynard2013-10-101-2/+2
* As the Qt build will not use portaudio, we don't need toJörg Mayer2013-10-101-3/+2
* Add some QT_DIR checks.Gerald Combs2013-10-081-0/+8
* Add an initial Qt configuration and makefile targets.Gerald Combs2013-10-081-0/+19
* Define NOMINMAX for the entire Qt build.Gerald Combs2013-09-111-1/+3
* Switch to make-services.py. Fix some variable names and version tests.Gerald Combs2013-08-071-2/+2
* Add a routine to get application memory usage to epan.Anders Broman2013-07-301-3/+3
* clean target misses some build artefacts; capinfos.lib and editcap.libGraham Bloice2013-07-281-1/+1
* Make it possible to use GetProcessMemoryInfo on Windows.Anders Broman2013-07-241-1/+5
* GeoIP 1.5.1.Gerald Combs2013-07-201-0/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+0
* Move the print modules into epan.Jeff Morriss2013-07-121-4/+2
* Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard2013-07-101-3/+3
* Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).Jeff Morriss2013-06-251-2/+2
* makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-251-63/+63
* Upgrade user manualPascal Quantin2013-05-301-1/+1
* Correct the c-ares directory name in the clean_setup target.Chris Maynard2013-05-291-1/+1
* Add dftest.exe to EXECUTABLES. For clean-local target, clean randpkt.exe, no...Chris Maynard2013-05-221-3/+4
* Install and uninstall our global profiles.Gerald Combs2013-05-011-0/+5
* Switch to WinPcap 4.1.3.Gerald Combs2013-03-091-1/+1
* Switch to c-ares 1.9.1.Gerald Combs2013-03-081-0/+1
* Revert part of r48021: those hunks are no more needed with r48170Pascal Quantin2013-03-071-4/+0
* From Balint:Gerald Combs2013-03-071-2/+2
* Try to fix the "LNK4217: locally defined symbol" warnings.Gerald Combs2013-03-071-2/+2
* Don't define WS_BUILD_DLL when building capinfos and editcap. In the caseGerald Combs2013-03-041-2/+2
* Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin2013-03-021-1/+6
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-4/+0