| Commit message (Expand) | Author | Age | Files | Lines |
* | instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo... | Ulf Lamping | 2007-01-31 | 1 | -1/+1 |
* | C preprocessor only handles integers for conditional compilation. Build MSC_V... | Ulf Lamping | 2007-01-31 | 1 | -1/+1 |
* | As discussed on the devlist: | Ulf Lamping | 2007-01-19 | 1 | -4/+3 |
* | add the user-guide as a component to the setup target | Ulf Lamping | 2007-01-19 | 1 | -0/+5 |
* | Update to use the latest GTK packages. | Anders Broman | 2007-01-17 | 1 | -6/+6 |
* | don't generate zlib1.dll over and over again | Ulf Lamping | 2007-01-11 | 1 | -1/+1 |
* | fix some zlib build issues | Ulf Lamping | 2007-01-10 | 1 | -3/+3 |
* | add a missing dependency to the zlib1.dll, so it will be generated before wir... | Ulf Lamping | 2007-01-10 | 1 | -1/+1 |
* | the makefile dependencies are just killing me ;-) Maybe this is the right way... | Ulf Lamping | 2007-01-08 | 1 | -3/+3 |
* | fix general compilation: | Ulf Lamping | 2007-01-08 | 1 | -3/+3 |
* | if we don't have MSVC6, download (using the setup target) the zlib source pac... | Ulf Lamping | 2007-01-08 | 1 | -1/+32 |
* | don't spread the AirPcap DevPack files over the libs dir, unzip files into: A... | Ulf Lamping | 2007-01-05 | 1 | -3/+2 |
* | Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable | Gerald Combs | 2007-01-05 | 1 | -6/+12 |
* | remove the PDB_FILE setting from config.nmake - there's no real need for this... | Ulf Lamping | 2007-01-03 | 1 | -1/+1 |
* | fix epan\crypt\crypt-md5.obj | Ulf Lamping | 2007-01-03 | 1 | -1/+1 |
* | if exist, the install targets should copy pdb and manifest files along with t... | Ulf Lamping | 2007-01-03 | 1 | -3/+26 |
* | Move epan/crypt-md5.[ch] to epan/crypt. Remove | Gerald Combs | 2007-01-02 | 1 | -1/+1 |
* | Ehtereal[sic] -> Wireshark. :-) | Guy Harris | 2007-01-02 | 1 | -1/+1 |
* | Move the contents of airpdcap to epan/crypt. Try to fix the current | Gerald Combs | 2006-12-28 | 1 | -2/+6 |
* | Use portaudio v19. | Anders Broman | 2006-12-27 | 1 | -1/+2 |
* | Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the n... | Bill Meier | 2006-12-26 | 1 | -4/+0 |
* | convert line endings (using dos2unix) of the win32_setup.sh file before using it | Ulf Lamping | 2006-12-26 | 1 | -0/+4 |
* | Update to GNUTLS 1.6.0. | Gerald Combs | 2006-12-23 | 1 | -5/+5 |
* | use 'rm -rf' so no error if directory already deleted (by 'clean_setup') | Bill Meier | 2006-12-22 | 1 | -1/+1 |
* | Update to use gtk 2.10.6 and friends. | Anders Broman | 2006-12-21 | 1 | -4/+26 |
* | Get rid of UCD SNMP support (it's not longer supported and | Jörg Mayer | 2006-12-08 | 1 | -1/+0 |
* | Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compiler | Gerald Combs | 2006-12-06 | 1 | -1/+2 |
* | From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption | Gerald Combs | 2006-12-05 | 1 | -1/+1 |
* | Use 'igncr' as needed with Bash (workaround for bug report 1162); | Bill Meier | 2006-12-04 | 1 | -11/+11 |
* | if the WIRESHARK_LIBS dir isn't already existing, create it | Ulf Lamping | 2006-11-19 | 1 | -0/+1 |
* | fix clean_setup target | Ulf Lamping | 2006-11-19 | 1 | -1/+1 |
* | add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. Se... | Ulf Lamping | 2006-11-17 | 1 | -3/+3 |
* | Update to use the latest gtk 2.8 glib and pango libraries. | Anders Broman | 2006-11-12 | 1 | -11/+11 |
* | don't copy mibs.txt files to mibs, but to snmp\mibs | Ulf Lamping | 2006-11-07 | 1 | -2/+3 |
* | Remove the references to acn | Anders Broman | 2006-11-06 | 1 | -1/+0 |
* | fix the GTK-WIMP paths for GTK2.8 - both source and destination paths complet... | Ulf Lamping | 2006-10-27 | 1 | -5/+5 |
* | Missed a change. | Anders Broman | 2006-10-26 | 1 | -1/+1 |
* | Preparations for using the latest GTK 2.8 files for now only gettext is updated. | Anders Broman | 2006-10-26 | 1 | -8/+13 |
* | rdm now not a plugin - don't copy dll | Bill Meier | 2006-10-19 | 1 | -2/+1 |
* | If .svn/entries exists, add it as a dependency to svnversion.h. | Gerald Combs | 2006-10-18 | 1 | -1/+7 |
* | distclean should remove wireshark-gtk1/2 dirs completely | Ulf Lamping | 2006-10-13 | 1 | -6/+2 |
* | If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps s... | Bill Meier | 2006-10-09 | 1 | -1/+5 |
* | Patch for clean, distclean and maintainer-clean targets for U3 packaging. | Graeme Lunt | 2006-10-04 | 1 | -3/+9 |
* | as noted by Anders Broman: the Win2000 version of copy don't like the /d switch | Ulf Lamping | 2006-10-02 | 1 | -1/+1 |
* | that wasn't a typo, xcopy can't rename files that way | Ulf Lamping | 2006-09-30 | 1 | -1/+1 |
* | Fixa a typo copy -> xcopy | Anders Broman | 2006-09-29 | 1 | -1/+1 |
* | Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which should | Gerald Combs | 2006-09-27 | 1 | -1/+1 |
* | use luaforge's 5.1 dll to be able to link on windows. fix some mistakes | Luis Ontanon | 2006-09-27 | 1 | -2/+5 |
* | The forgotten files! | Luis Ontanon | 2006-09-26 | 1 | -4/+2 |
* | fix a typo | Ulf Lamping | 2006-09-23 | 1 | -1/+1 |