aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-11/+21
2014-07-03Fix bulding of reordercapAndersBroman1-2/+3
2014-07-03Try to fix the build by adding version_info.obj to the link stage ofAndersBroman1-3/+3
2014-07-03We have to include version_info.obj manually in the dependencies for text2pcap.Guy Harris1-1/+5
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-7/+0
2014-07-01Fix the QT build on Qt 5.3 or later to use the windeployqt toolGraham Bloice1-12/+2
2014-06-30Windows: fix update of version information in wireshark and tsharkPascal Quantin1-1/+1
2014-06-27Have the makefile run windepoyqt if it exists to copy the required dlls to th...AndersBroman1-0/+11
2014-06-24Add the capchild directory to some lists of rules.Guy Harris1-0/+8
2014-06-24Fix name of library.Guy Harris1-1/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-5/+11
2014-06-22Build version.h before trying to build wsutil.Guy Harris1-1/+1
2014-06-18Get rid of obsolete references to nettlePascal Quantin1-1/+0
2014-06-16The broken python support is beeing removed.AndersBroman1-13/+1
2014-06-06Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0Pascal Quantin1-4/+11
2014-05-16Build with GTK+ 2.24.23.Gerald Combs1-0/+9
2014-05-01Add a comment re certain variables beibg defined in win32.mak.Bill Meier1-1/+1
2014-04-05Upgrade Windows builds to Lua 5.2.3Pascal Quantin1-2/+2
2014-04-01Copy randpkt.exe & randpkt.pdb to install directory during windows build.Bill Meier1-0/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-29Upgrade Windows builds to Lua 5.2.1Pascal Quantin1-2/+3
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-13/+16
2014-01-27Make it easier to try GTK 3.6Anders Broman1-3/+3
2014-01-16Partially revert r54824.Gerald Combs1-1/+4
2014-01-16Allow the use of Win flex-bison and document how to do that.Gerald Combs1-4/+1
2014-01-09cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.Gerald Combs1-1/+0
2014-01-08At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris1-1/+1
2014-01-08Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris1-1/+4
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-6/+58
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-11/+27
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