| Commit message (Expand) | Author | Age | Files | Lines |
* | The name configure.in has been deprecated for many years. | Jörg Mayer | 2012-08-23 | 1 | -2311/+0 |
* | Get the package version using configure.in, not grep+sed. Make sure we | Gerald Combs | 2012-08-19 | 1 | -0/+1 |
* | Fill in PACKAGE_URL and PACKAGE_BUGREPORT. | Gerald Combs | 2012-08-13 | 1 | -1/+1 |
* | WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho... | Michael Mann | 2012-07-20 | 1 | -0/+1 |
* | Add LTE Positioning Protocol Extensions dissector | Pascal Quantin | 2012-07-09 | 1 | -0/+1 |
* | Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0. | Bill Meier | 2012-07-07 | 1 | -5/+7 |
* | From Pontus Fuchs: | Guy Harris | 2012-06-28 | 1 | -1/+1 |
* | Pontus Fuchs (via bug 6973): | Jörg Mayer | 2012-06-24 | 1 | -0/+1 |
* | Remove HAVE_WIRELESS_TOOLBAR from the other build systems. | Jörg Mayer | 2012-06-20 | 1 | -4/+0 |
* | Add a list of release dates for major versions of GTK+ and GLib in case | Gerald Combs | 2012-06-19 | 1 | -0/+24 |
* | AAAAARGH. Making the UI libs platform-dependent breaks dependency | Guy Harris | 2012-06-19 | 1 | -3/+0 |
* | Pontus Fuchs | Jörg Mayer | 2012-06-19 | 1 | -0/+30 |
* | Start to have an generic wireless toolbar. Sligtly modified patch from | Anders Broman | 2012-06-19 | 1 | -0/+1 |
* | The toolkit-dependent UI library, well, depends on the toolkit. Make it | Guy Harris | 2012-06-18 | 1 | -0/+3 |
* | 1.7.2 → 1.9.0. | Gerald Combs | 2012-06-05 | 1 | -1/+1 |
* | If the user tries to save a capture file atop a file that has all its | Guy Harris | 2012-06-02 | 1 | -0/+5 |
* | No more GIOP plugins, no more plugins/giop directory. | Guy Harris | 2012-06-01 | 1 | -1/+0 |
* | The rest of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221 | Jeff Morriss | 2012-05-04 | 1 | -0/+16 |
* | 1.7.1 → 1.7.2. | Gerald Combs | 2012-04-06 | 1 | -1/+1 |
* | Don't enable airpcap if we don't HAVE_LIBPCAP. | Jeff Morriss | 2012-03-27 | 1 | -16/+20 |
* | Revert r37423: the intent of r34356 was to enable Airpcap by default, it just | Jeff Morriss | 2012-03-27 | 1 | -1/+7 |
* | Bug 6448 says Python support doesn't work at all; downgrade its status in the... | Jeff Morriss | 2012-03-23 | 1 | -2/+2 |
* | Don't use GNUTLS 3.0, at least until we determine the impact of their | Gerald Combs | 2012-03-21 | 1 | -1/+2 |
* | Automake can, at times, be a delicate fragile flower. Apparently, | Guy Harris | 2012-03-21 | 1 | -4/+0 |
* | Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt).... | Jeff Morriss | 2012-03-19 | 1 | -0/+1 |
* | Add automake support for Qt - use --with-qt as a configure script | Guy Harris | 2012-03-18 | 1 | -44/+111 |
* | Add some more -D flags to CPPFLAGS rather than CFLAGS, and add some | Guy Harris | 2012-03-16 | 1 | -1/+9 |
* | Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that should | Guy Harris | 2012-03-16 | 1 | -13/+11 |
* | Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag to | Guy Harris | 2012-03-16 | 1 | -7/+6 |
* | We need to build libui even if we're only building TShark. Fixes bug | Guy Harris | 2012-02-22 | 1 | -1/+1 |
* | Build the TShark taps into a static libcliui library in the ui/cli | Guy Harris | 2012-02-19 | 1 | -0/+1 |
* | Create a libui (static) library in the ui directory, which contains the | Guy Harris | 2012-02-18 | 1 | -1/+3 |
* | Add M3AP to the build. | Anders Broman | 2012-02-01 | 1 | -0/+1 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737 | Jeff Morriss | 2012-01-24 | 1 | -2/+2 |
* | Bug 6448 says the embedded Python stuff does not really work. | Jeff Morriss | 2012-01-20 | 1 | -6/+5 |
* | Indicate which version of GTK+ is being used to build Wireshark, and | Guy Harris | 2012-01-17 | 1 | -2/+14 |
* | Fix typo. | Guy Harris | 2012-01-17 | 1 | -1/+1 |
* | Fix test (equality in the test command is =, not ==). | Guy Harris | 2012-01-17 | 1 | -3/+5 |
* | Rename the GTK_OK variable to have_gtk; make sure it's always set. Test | Guy Harris | 2012-01-17 | 1 | -18/+20 |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -3/+3 |
* | Ed Beroset <beroset@mindspring.com> via bug 5531 | Jörg Mayer | 2012-01-14 | 1 | -0/+1 |
* | Add another warning (-Warray-bounds) to sync with cmake | Jörg Mayer | 2012-01-14 | 1 | -0/+1 |
* | Define GTK_DISABLE_DEPRECATED only if GTK lt 3.2 since | Bill Meier | 2011-12-29 | 1 | -1/+5 |
* | Unconditionally install idl2wrs | Balint Reczey | 2011-11-22 | 1 | -17/+0 |
* | hardcode /bin/sh to idl2wrs | Balint Reczey | 2011-11-22 | 1 | -2/+0 |
* | 1.7.0 → 1.7.1. | Gerald Combs | 2011-11-08 | 1 | -1/+1 |
* | Add SBc Application Part (SBc-AP) to build. | Anders Broman | 2011-11-08 | 1 | -0/+1 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 1 | -9/+0 |
* | From Pascal Quantin. | Anders Broman | 2011-10-23 | 1 | -0/+1 |
* | From Pascal Quantin. | Anders Broman | 2011-10-16 | 1 | -0/+1 |