| Commit message (Expand) | Author | Age | Files | Lines |
* | RTP: Add support for SBC codec in RTP Player | Michal Labedzki | 2014-02-12 | 1 | -0/+10 |
* | -Warray-bounds was listed twice | Jörg Mayer | 2014-01-18 | 1 | -1/+0 |
* | tfshark.c doesn't build without warnings, so default to "don't build it" | Guy Harris | 2014-01-08 | 1 | -2/+2 |
* | Handle tfshark. | Guy Harris | 2014-01-08 | 1 | -11/+17 |
* | TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug... | Michael Mann | 2014-01-08 | 1 | -0/+1 |
* | Don't try to build asn1/asn1/Makefile either (see r54561). | Jeff Morriss | 2014-01-02 | 1 | -1/+0 |
* | Don't try to build asn1/gnm/Makefile (see r54561). | Jeff Morriss | 2014-01-02 | 1 | -1/+0 |
* | From Dirk | Martin Kaiser | 2013-12-31 | 1 | -0/+1 |
* | Fix some typoes, quote $CFLAGS and $LDFLAGS when using them in | Guy Harris | 2013-12-27 | 1 | -7/+7 |
* | Some warning options are, for reasons not entirely obvious to me, not | Guy Harris | 2013-12-24 | 1 | -2/+8 |
* | If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated... | Bill Meier | 2013-12-21 | 1 | -1/+7 |
* | Allow -Wmissing-prototypes only for C | Jakub Zawadzki | 2013-12-14 | 1 | -1/+1 |
* | Add a "captype" file that just reports the type of a capture file, based | Guy Harris | 2013-12-13 | 1 | -0/+19 |
* | Overhaul rpm-building options a bit: as suggested by Anders, have the RPM follow | Jeff Morriss | 2013-11-26 | 1 | -2/+39 |
* | According to | Guy Harris | 2013-11-24 | 1 | -1/+0 |
* | Use GCC flags to avoid optimization problems due to undefined behaviour | Balint Reczey | 2013-11-24 | 1 | -0/+4 |
* | Add -Wheader-guard to Autotools and CMake | Alexis La Goutte | 2013-11-22 | 1 | -0/+1 |
* | Fix compilation with Clang (Remove limitation to -fPIE to only C) | Alexis La Goutte | 2013-11-19 | 1 | -1/+1 |
* | 1.11.2 → 1.11.3.v1.11.3-rc1 | Gerald Combs | 2013-11-18 | 1 | -1/+1 |
* | 1.11.1 → 1.11.2.v1.11.2-rc1 | Gerald Combs | 2013-11-15 | 1 | -1/+1 |
* | Enable Packet Editor by default | Alexis La Goutte | 2013-11-07 | 1 | -2/+2 |
* | Fix autoconf broken by last commit. | Jörg Mayer | 2013-11-03 | 1 | -1/+0 |
* | Pass the name of the sed executable as an explicit argurment to | Jörg Mayer | 2013-11-03 | 1 | -0/+6 |
* | From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id... | Jeff Morriss | 2013-11-01 | 1 | -0/+1 |
* | From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 : | Pascal Quantin | 2013-10-20 | 1 | -0/+1 |
* | Simplify a bit (in a way which will hopefully actually work): just don't add ... | Jeff Morriss | 2013-10-18 | 1 | -15/+3 |
* | Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI. | Jeff Morriss | 2013-10-18 | 1 | -1/+15 |
* | Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments" | Gerald Combs | 2013-10-16 | 1 | -2/+2 |
* | Don't bother checking for clang, just add -Qunused-arguments to the | Gerald Combs | 2013-10-16 | 1 | -3/+1 |
* | 1.11.0 -> 1.11.1 | Pascal Quantin | 2013-10-16 | 1 | -1/+1 |
* | If we're using Clang add -Qunused-arguments in order to avoid a bunch | Gerald Combs | 2013-10-16 | 1 | -0/+4 |
* | Build with Qt by default. | Gerald Combs | 2013-10-11 | 1 | -2/+3 |
* | We use g_ascii_strtoll(), not strtoll(), so we no longer need to check | Guy Harris | 2013-10-10 | 1 | -1/+0 |
* | Invert NEED_INET_ATON_H to HAVE_INET_ATON_H | Jörg Mayer | 2013-10-05 | 1 | -1/+1 |
* | Use separate "Read me first" files for Qt and GTK+. | Gerald Combs | 2013-10-01 | 1 | -0/+2 |
* | Use macdeployqt to add the Qt bits to our bundle. Put our libraries in | Gerald Combs | 2013-09-30 | 1 | -1/+1 |
* | More Qt app bundle migration. Still doesn't work quite right. | Gerald Combs | 2013-09-30 | 1 | -1/+1 |
* | Start migrating the OS X app bundle to Qt. This will likely break the | Gerald Combs | 2013-09-30 | 1 | -1/+2 |
* | Use -m32, instead, as per Michael Tuexen's suggestion. | Guy Harris | 2013-09-10 | 1 | -12/+3 |
* | When building for 10.4 or 10.5, force 32-bit x86 on x86 and 32-bit PPC | Guy Harris | 2013-09-10 | 1 | -3/+12 |
* | Can't use [ as an alias for "test" in configure scripts, as [ and ] are | Guy Harris | 2013-08-24 | 1 | -1/+1 |
* | To handle the hypothetical case of an OS X release offering a choice of | Guy Harris | 2013-08-23 | 1 | -7/+18 |
* | Arrange that "make distcheck" use the GUI configure flags used to | Guy Harris | 2013-08-21 | 1 | -1/+5 |
* | Add in more comments on the whole "get the path of the executable from | Guy Harris | 2013-08-13 | 1 | -0/+9 |
* | If we're looking for some version of GTK+, and don't find it, fail. | Guy Harris | 2013-08-12 | 1 | -4/+6 |
* | Just check whether dladdr() is available; we check in the code whether | Guy Harris | 2013-08-12 | 1 | -9/+20 |
* | On some platforms, to get dladdr() you need to link with -ldl. First | Guy Harris | 2013-08-12 | 1 | -24/+7 |
* | From Mathias Guettler: | Anders Broman | 2013-08-08 | 1 | -0/+3 |
* | Fix the Python version check. Hopefully no one is running 1.5 or 1.6. | Gerald Combs | 2013-08-05 | 1 | -3/+3 |
* | Don't force the use of Python 2.x, similar (but not identical to) | Gerald Combs | 2013-08-05 | 1 | -14/+7 |