summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-12Use wmem_free_all on the tree pool rather than freeing each node, label andEvan Huus1-17/+3
2013-10-12Use a wmem block allocator to allocate field_infos, proto_nodes and item_labels.Evan Huus1-7/+13
2013-10-12Update User Guide for 1.11 preparationPascal Quantin1-9/+9
2013-10-12From Todd Newton via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9262 :Pascal Quantin1-1/+1
2013-10-12We can't use proto_tree_add_uint_* for FT_TIME fields, use proto_tree_add_time_*Evan Huus1-4/+8
2013-10-12Based on help and suggestions from Johannes Berg, fix Radiotap Header decode theEvan Huus2-8/+5
2013-10-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus2-0/+81
2013-10-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs2-2/+2
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
2013-10-12Free the actual struct, not the typedef thereof, because the typedef is actuallyEvan Huus1-1/+1
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs2-2/+2
2013-10-12Update to the latest Windows library tags. Add an "install_qt" target.Gerald Combs3-3/+6
2013-10-12QT_DIR → QT5_BASE_DIR. This matches the CMake environment.Gerald Combs2-21/+21
2013-10-11Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.Gerald Combs2-0/+16
2013-10-11With Gerald's patch we should no longer require GTK includes for QT-Only buildsJörg Mayer1-10/+0
2013-10-11One more HAVE_LIBPCAP.Gerald Combs1-0/+2
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss3-22/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs11-16/+76
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
2013-10-11Replace a question in a comment with a better explanation (that answers the q...Jeff Morriss1-3/+2
2013-10-11Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8943 :Jeff Morriss3-180/+180
2013-10-11Build with Qt by default.Gerald Combs1-2/+3
2013-10-11More ui/util.h includes.Gerald Combs3-0/+3
2013-10-11Include ui/util.h.Gerald Combs2-0/+2
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs10-56/+68
2013-10-11The env variable is QT5_BASE_DIR, as documented in README.cmakeJörg Mayer1-1/+1
2013-10-11The path for the Qt5 installation now needs to be set as aJörg Mayer2-1/+2
2013-10-11qtshark and wireshark(gtk2) now actually find their libs.Jörg Mayer2-6/+5
2013-10-11Now the GUI programs (wireshark/gtk2 and qtshark) compile and linkJörg Mayer2-4/+10
2013-10-11Fix another fuzz failurePascal Quantin1-10/+16
2013-10-11We don't need to check for lauxlib.h.Guy Harris1-1/+0
2013-10-11Make airpcap detection workJörg Mayer2-8/+15
2013-10-11Check for sa_len in struct sockaddr.Guy Harris1-2/+3
2013-10-11We don't check for lauxlib.h or lualib.h, and we don't need to - we justGuy Harris1-6/+0
2013-10-11Fix check for inflatePrime in zlib (ZLIB_LIBRARIES isn't set at thatGuy Harris1-1/+1
2013-10-11Destroy dissector tables on shutdown and use epan scoped memory of handles.Evan Huus1-7/+18
2013-10-11"install-generated-files" depends on "doc". Set dependenciesGerald Combs1-2/+2
2013-10-11qtshark.exe doesn't depend on tshark_OBJECTS.Gerald Combs1-1/+1
2013-10-11Free all the heuristict dissector lists and their entries on shutdown, anotherEvan Huus1-6/+21
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss2-3/+7
2013-10-11Don't assume people have subversion--I just copied my home directory to a newJeff Morriss1-2/+2
2013-10-11Don't return an error if cleaning the Qt directory fails.Gerald Combs1-3/+3
2013-10-11Note that dladdr() isn't being found on OS X, even though it'sGuy Harris1-0/+9
2013-10-10When TCP options are truncated, we only add the truncated length to the tree,Evan Huus1-1/+1
2013-10-10Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2-11/+15
2013-10-10Use the right package name.Gerald Combs1-4/+4
2013-10-10Try to discover Qt similar to the way we discover Python.Gerald Combs1-2/+24
2013-10-10We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris1-1/+0
2013-10-10Try to locate QtMacExtras.Gerald Combs2-0/+11