| Commit message (Expand) | Author | Age | Files | Lines |
* | Build win64 with a modified zlib (google is your friend). | Anders Broman | 2011-04-13 | 1 | -2/+2 |
* | Build with zlib-1.2.5 for win32 | Anders Broman | 2011-04-12 | 1 | -2/+12 |
* | Use the latest library tag, which updates GNUTLS. Add code to check for | Gerald Combs | 2011-04-05 | 1 | -0/+6 |
* | Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports... | Bill Meier | 2011-03-08 | 1 | -1/+0 |
* | Comments have to be at the beginning of the line. | Gerald Combs | 2011-02-25 | 1 | -1/+1 |
* | Verify tools fails if wireshark-win32-libs does not exist. | Anders Broman | 2011-02-25 | 1 | -0/+2 |
* | Apparently, if the argument to the cd command in an nmake file contains | Guy Harris | 2011-02-17 | 1 | -1/+1 |
* | A bit of Windows makefiles rework and cleanup: | Bill Meier | 2011-02-02 | 1 | -12/+8 |
* | Compile text2pcap.c,mergecap.c,capinfos.c,editcap.c, & version_info.c with -WX; | Bill Meier | 2011-01-16 | 1 | -14/+1 |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -6/+6 |
* | Drop Python dissectors directory flag from programs that don't have dissectors. | Jaap Keuter | 2011-01-04 | 1 | -3/+2 |
* | Free dumpcap from linking to wiretap. | Jaap Keuter | 2011-01-04 | 1 | -2/+2 |
* | Move native Win32 code to its own directory and out of gtk directory (hopeful... | Stephen Fisher | 2010-11-26 | 1 | -3/+16 |
* | Prevent "MS-DOS style path detected" messages for several commands (when "nod... | Bill Meier | 2010-11-22 | 1 | -4/+4 |
* | Use the latest User's Guide. | Gerald Combs | 2010-10-11 | 1 | -1/+1 |
* | It seems it's quite hard to set and retrieve environment variables in nmake (... | Jeff Morriss | 2010-10-05 | 1 | -2/+1 |
* | Try to make r34375 work every time | Stephen Fisher | 2010-10-04 | 1 | -1/+1 |
* | Use spaces instead of tabs on two lines added in r34375 | Stephen Fisher | 2010-10-04 | 1 | -2/+2 |
* | Stop the MS-DOS style path name warnings when compiling on Windows. | Stephen Fisher | 2010-10-04 | 1 | -40/+43 |
* | Don't remove the services file. It isn't built in the same way that | Gerald Combs | 2010-10-04 | 1 | -1/+1 |
* | Copy make-sminmpec.pl to make-services.pl and modify it to fetch the | Gerald Combs | 2010-10-04 | 1 | -1/+3 |
* | Make "bpf_image" available on Windows. This enables the "Compile BPF" button ... | Sake Blok | 2010-10-03 | 1 | -0/+1 |
* | Retry of SVN 34338, now tested on my WinXP dev VM: | Sake Blok | 2010-10-03 | 1 | -0/+1 |
* | Assume we HAVE_GZCLEARERR on Windows and when using cmake | Jeff Morriss | 2010-09-23 | 1 | -0/+1 |
* | Revert 34081 and 34093 in preparation for a cleaner fix. | Jeff Morriss | 2010-09-15 | 1 | -20/+20 |
* | From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 : | Jeff Morriss | 2010-09-10 | 1 | -19/+19 |
* | Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 : | Jeff Morriss | 2010-09-08 | 1 | -1/+1 |
* | capinfos.c includes gcrypt.h, so it needs the GNU TLS flags. | Guy Harris | 2010-07-15 | 1 | -2/+3 |
* | There shouldn't be any need to build stuff in the top-level directory | Guy Harris | 2010-07-15 | 1 | -5/+3 |
* | No need to link dumpcap with libgnutls. | Guy Harris | 2010-07-15 | 1 | -1/+0 |
* | Add a target which creates a zip file containing our .pdb files. | Gerald Combs | 2010-07-06 | 1 | -0/+6 |
* | From Kovarththanan Rajaratnam via bug 3500: | Gerald Combs | 2010-06-01 | 1 | -2/+13 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -32/+26 |
* | Manifests are not needed when building with VC10. | Bill Meier | 2010-04-22 | 1 | -13/+13 |
* | (Trivial) Escape a '?' in an error message. | Bill Meier | 2010-04-18 | 1 | -1/+1 |
* | Rename README.win32 to README.windows and add a 64-bit download link. | Gerald Combs | 2010-04-09 | 1 | -7/+5 |
* | Update c-ares to 1.7.1. | Gerald Combs | 2010-03-26 | 1 | -0/+1 |
* | Use the right #define value to check whether WinPcap has | Guy Harris | 2010-03-17 | 1 | -0/+1 |
* | Include inet_pton.obj when building TShark, as we now need it. | Guy Harris | 2010-03-04 | 1 | -2/+2 |
* | Enable command-line wildcard expansion when invoking mergecap and capinfos | Bill Meier | 2010-02-21 | 1 | -2/+4 |
* | Use the latest GTK bundle (2.18.7) | Anders Broman | 2010-02-15 | 1 | -1/+1 |
* | Drop our requirement for MSVCR71.DLL. | Gerald Combs | 2010-01-19 | 1 | -3/+4 |
* | Set correct locale in make-version.pl instead of in Makefiles. | Stig Bjørlykke | 2010-01-14 | 1 | -1/+0 |
* | Don't try to build NSIS installer if MAKENSIS not defined in config.nmake. | Bill Meier | 2010-01-12 | 1 | -3/+12 |
* | From Jim Young: patch to trigger recompilation on svnversion.h change. | Bill Meier | 2010-01-02 | 1 | -5/+25 |
* | From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style... | Bill Meier | 2009-12-28 | 1 | -1/+1 |
* | Use the official kfw packages. | Gerald Combs | 2009-12-23 | 1 | -4/+6 |
* | Switch to using a bundled version of the openSUSE Build Service packages | Gerald Combs | 2009-12-21 | 1 | -3/+3 |
* | Use the WinPcap version of pcap_datalink_val_to_description if it's | Gerald Combs | 2009-12-18 | 1 | -0/+1 |
* | Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installer | Gerald Combs | 2009-12-17 | 1 | -2/+4 |