summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs2-2/+2
gdk_pixbuf_new_from_inline(). svn path=/trunk/; revision=52562
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
svn path=/trunk/; revision=52561
2013-10-12Free the actual struct, not the typedef thereof, because the typedef is actuallyEvan Huus1-1/+1
a typedef of a *pointer* to the struct, not the struct itself, which are different sizes. This doesn't show up under valgrind because the length isn't checked in that case, everything gets subsumed in valgrind's malloc/free hooks. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9264 svn path=/trunk/; revision=52560
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs2-2/+2
init_progfile_dir(). Try using QCoreApplication::applicationFilePath() instead. svn path=/trunk/; revision=52559
2013-10-12Update to the latest Windows library tags. Add an "install_qt" target.Gerald Combs3-3/+6
svn path=/trunk/; revision=52558
2013-10-12QT_DIR → QT5_BASE_DIR. This matches the CMake environment.Gerald Combs2-21/+21
svn path=/trunk/; revision=52557
2013-10-11Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.Gerald Combs2-0/+16
svn path=/trunk/; revision=52556
2013-10-11With Gerald's patch we should no longer require GTK includes for QT-Only buildsJörg Mayer1-10/+0
(untested). svn path=/trunk/; revision=52555
2013-10-11One more HAVE_LIBPCAP.Gerald Combs1-0/+2
svn path=/trunk/; revision=52554
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ↵Jeff Morriss3-22/+1
just call cf_open(). svn path=/trunk/; revision=52553
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs11-16/+76
svn path=/trunk/; revision=52552
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
svn path=/trunk/; revision=52551
2013-10-11Replace a question in a comment with a better explanation (that answers the ↵Jeff Morriss1-3/+2
question). svn path=/trunk/; revision=52550
2013-10-11Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8943 :Jeff Morriss3-180/+180
List Windows Server 2012 (and a couple of Home Server versions) as supported OS. While at it, remove the list of the various "NT-based" Windows versions from a couple of other places (this effectively removes statements that we still support NT4.0 and 2000). svn path=/trunk/; revision=52549
2013-10-11Build with Qt by default.Gerald Combs1-2/+3
svn path=/trunk/; revision=52548
2013-10-11More ui/util.h includes.Gerald Combs3-0/+3
svn path=/trunk/; revision=52545
2013-10-11Include ui/util.h.Gerald Combs2-0/+2
svn path=/trunk/; revision=52544
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
svn path=/trunk/; revision=52543
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs10-56/+68
Move the declaration of set_last_open_dir() to ui/util.h. It still has separate GTK+ and Qt implemenations. We might want to move it to ui/util.c at some point. Remove a lot of unnecessary GTK+ includes. Remove most of the references to the global cfile while we're at it. svn path=/trunk/; revision=52542
2013-10-11The env variable is QT5_BASE_DIR, as documented in README.cmakeJörg Mayer1-1/+1
Make documentation and implementatoin consistent svn path=/trunk/; revision=52541
2013-10-11The path for the Qt5 installation now needs to be set as aJörg Mayer2-1/+2
windows environment variable. svn path=/trunk/; revision=52540
2013-10-11qtshark and wireshark(gtk2) now actually find their libs.Jörg Mayer2-6/+5
svn path=/trunk/; revision=52539
2013-10-11Now the GUI programs (wireshark/gtk2 and qtshark) compile and linkJörg Mayer2-4/+10
svn path=/trunk/; revision=52538
2013-10-11Fix another fuzz failurePascal Quantin1-10/+16
svn path=/trunk/; revision=52537
2013-10-11We don't need to check for lauxlib.h.Guy Harris1-1/+0
svn path=/trunk/; revision=52536
2013-10-11Make airpcap detection workJörg Mayer2-8/+15
svn path=/trunk/; revision=52535
2013-10-11Check for sa_len in struct sockaddr.Guy Harris1-2/+3
svn path=/trunk/; revision=52534
2013-10-11We don't check for lauxlib.h or lualib.h, and we don't need to - we justGuy Harris1-6/+0
check whether we have Lua or not. Get rid of the cmakedefines for those two headers. (The autoconf script should perhaps do the check differently.) svn path=/trunk/; revision=52533
2013-10-11Fix check for inflatePrime in zlib (ZLIB_LIBRARIES isn't set at thatGuy Harris1-1/+1
point, you want ZLIB_LIBRARY). svn path=/trunk/; revision=52532
2013-10-11Destroy dissector tables on shutdown and use epan scoped memory of handles.Evan Huus1-7/+18
Cleans up another 600KB of "still accessible" memory. svn path=/trunk/; revision=52531
2013-10-11"install-generated-files" depends on "doc". Set dependenciesGerald Combs1-2/+2
accordingly. svn path=/trunk/; revision=52530
2013-10-11qtshark.exe doesn't depend on tshark_OBJECTS.Gerald Combs1-1/+1
svn path=/trunk/; revision=52529
2013-10-11Free all the heuristict dissector lists and their entries on shutdown, anotherEvan Huus1-6/+21
few KB of "still reachable" data down. svn path=/trunk/; revision=52528
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss2-3/+7
svn path=/trunk/; revision=52527
2013-10-11Don't assume people have subversion--I just copied my home directory to a newJeff Morriss1-2/+2
machine and it would have been nice if this script and installed subversion for me. Install perl-podlators too (for pod2man). Need to check if that's the package name to use on SuSE too... svn path=/trunk/; revision=52526
2013-10-11Don't return an error if cleaning the Qt directory fails.Gerald Combs1-3/+3
svn path=/trunk/; revision=52525
2013-10-11Note that dladdr() isn't being found on OS X, even though it'sGuy Harris1-0/+9
available. svn path=/trunk/; revision=52524
2013-10-10When TCP options are truncated, we only add the truncated length to the tree,Evan Huus1-1/+1
not the whole length. Fixes an invalid access with the capture from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9263 svn path=/trunk/; revision=52523
2013-10-10Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2-11/+15
equivalent location in config.h.in, to simplify comparing the two files. Add some tests from the autoconf script to CMake: check for setresgid() and setresuid(); check for struct stat having an st_flags member. Get rid of INTTYPES_H_DEFINES_FORMATS; we don't appear to check for it, and we don't use it (we're using GLib's formatting functions, which have their own way of handling 64-bit integers). Get rid of STDC_HEADERS; it's in autoconf because autoconf was originally developed back when you couldn't rely in ANSI C and has never been removed, and something we're using for other purposes checks for it, not because we explicitly test for it, but we don't test it in the code, and CMake doesn't even check for it. svn path=/trunk/; revision=52522
2013-10-10Use the right package name.Gerald Combs1-4/+4
svn path=/trunk/; revision=52521
2013-10-10Try to discover Qt similar to the way we discover Python.Gerald Combs1-2/+24
svn path=/trunk/; revision=52520
2013-10-10We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris1-1/+0
for strtoll() (if we ever did check for it). svn path=/trunk/; revision=52519
2013-10-10Try to locate QtMacExtras.Gerald Combs2-0/+11
svn path=/trunk/; revision=52518
2013-10-10Fix other HAVE_LUA entry.Guy Harris1-1/+1
svn path=/trunk/; revision=52517
2013-10-10Fix a few things - untested until current build finishes.Jörg Mayer1-7/+4
svn path=/trunk/; revision=52516
2013-10-10Don't check for pcap_version(); we don't use it.Guy Harris2-91/+74
Sort the #cmakedefines in cmakeconfig.h.in to more closely match the order in config.h.in, to make it easier to make sure CMake and autofoo are doing the same checks. Remove some #cmakedefines that don't correspond to check that are being done either by CMake or autofoo. svn path=/trunk/; revision=52515
2013-10-10Check for bpf_image(), just as the autoconf script does.Guy Harris2-0/+4
svn path=/trunk/; revision=52514
2013-10-10Add Airpcap detection, use it by default on win32Jörg Mayer3-14/+84
QT5 compile working - NOT. It's almost working, except that I *still* need to get GTK detection working on Win :-( svn path=/trunk/; revision=52513
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
selected (and we're not going to start capturing). That way the user can fix whatever was wrong without having to re-open the dialog. svn path=/trunk/; revision=52512
2013-10-10Just describe HAVE_LUA as "Define to use Lua"; it's not tied to aGuy Harris1-1/+1
version, and this matches cmakeconfig.h.in. svn path=/trunk/; revision=52511